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', session=None, pagesize=None, **match)¶ Fetch the URLs from GWOSC regarding a given event
- Parameters:¶
- event¶
the ID of the event
- detector=
None¶ the detector for files you want to find
- format=
'hdf5'¶ the file format (extension) you want to find
- sample_rate=
4096¶ the sampling rate (Hz) of files you want to find
- host=
'https://gwosc.org'¶ the URL of the remote GWOSC server
- start=
None¶ the GPS start time of your query
- end=
None¶ the GPS end time of your query
- version=
None¶ the data-release version for the selected datasets
- catalog=
None¶ the name of the catalog for the selected datasets
- session=
None¶ HTTP session to use for making requests, defaults to using a new session for each API call
- pagesize=
None¶ the number of results per page
- Returns:¶
urls – the list of remote file URLs that contain data matching the relevant parameters
- Return type:¶