get_event_urls

gwosc.locate.get_event_urls(event, catalog=None, version=None, detector=None, start=None, end=None, format='hdf5', sample_rate=4096, host='https://gwosc.org', **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

  • 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

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

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

  • 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