get_run_urls¶
-
gwosc.locate.get_run_urls(run, detector, start, end, format=
'hdf5', sample_rate=4096, host='https://gwosc.org', session=None, pagesize=None, **match)¶ Fetch the URLs from GWOSC regarding a given event
- Parameters:¶
- run¶
the ID of the run
- detector¶
the detector for files you want to find
- start¶
the GPS start time of your query
- end¶
the GPS end time of your query
- 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
- 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:¶