Run Event List
Return all events from a given run.
Each event may have more than one version in the versions key.
Each version correspond to a different parameter estimation analysis
and typically belong to different catalogs.
Rel URLs:
- Follow
detail_urlinside each version for a detail view of the event version and its parameters.
GET /api/v2/runs/S5/events?format=api
{ "next": null, "previous": null, "results_count": 1, "results_per_page": 20, "num_pages": 1, "page_number": 1, "results": [ { "name": "GRB051103", "strain_files_url": "https://gwosc.org/api/v2/events/GRB051103/strain-files?format=api", "detail_url": "https://gwosc.org/api/v2/events/GRB051103?format=api", "aliases": [ "GRB051103" ], "versions": [ { "version": 1, "catalog": "Initial_LIGO_Virgo", "detail_url": "https://gwosc.org/api/v2/event-versions/GRB051103-v1?format=api" } ] } ] }