get_run_urls

gwosc.locate.get_run_urls(run, detector, start, end, format='hdf5', sample_rate=4096, **match)

Fetch the URLs from GWOSC regarding a given event

Parameters:
  • event (str) – the ID of the event

  • detector (str, optional) – the detector for files you want to find

  • start (int) – the GPS start time of your query

  • end (int) – the GPS end time of your query

  • format (str, optional, default: 'hdf5') – the file format (extension) you want to find

  • sample_rate (int, optional, default : 4096) – the sampling rate (Hz) of files you want to find

  • host (str, optional) – the URL of the remote GWOSC server

  • version (int, None, optional) – the data-release version for the selected datasets

Returns:

urls – the list of remote file URLs that contain data matching the relevant parameters

Return type:

list of str