fetch_dataset_json

gwosc.api.fetch_dataset_json(gpsstart, gpsend, host='https://gwosc.org')

Returns the JSON metadata for all datasets matching the GPS interval

Parameters:
  • gpsstart (int) – the GPS start of the desired interval

  • gpsend (int) – the GPS end of the desired interval

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

Returns:

data – the JSON data retrieved from GWOSC and returned by json.loads

Return type:

dict or list