fetch_cataloglist_json

gwosc.api.fetch_cataloglist_json(host='https://gwosc.org')

Returns the JSON metadata for the catalogue list.

Parameters:

host (str, optional) – the URL of the GWOSC host to query

Returns:

data – the JSON data retrieved from GWOSC and returned by requests.Response.json()

Return type:

dict or list