event_detectors

gwosc.datasets.event_detectors(event, catalog=None, version=None, host='https://gwosc.org')

Returns the set of detectors that observed an event

Parameters:
  • event (str) – the name of the event to query

  • host (str, optional) – the URL of the GWOSC host to query, defaults to https://gwosc.org

  • version (int, None, optional) – the version of the data release to use, defaults to the highest available version

Returns:

detectors – the set of detectors for which data file URLs are included in the data release

Return type:

set

Examples

>>> from gwosc.datasets import event_detectors
>>> event_detectors("GW150914")
{'H1', 'L1'}