fetch_allevents_json

gwosc.api.fetch_allevents_json(full=False, host='https://gwosc.org')

“Returns the JSON metadata for the allevents API

Parameters:

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 requests.Response.json()

Return type:

dict or list