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_url inside each version for a detail view of the event version and its parameters.
GET /api/v2/runs/O4b/events?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O4b/events?format=api&page=8",
    "results_count": 161,
    "results_per_page": 20,
    "num_pages": 9,
    "page_number": 9,
    "results": [
        {
            "name": "GW240406_062847",
            "strain_files_url": "https://gwosc.org/api/v2/events/GW240406_062847/strain-files?format=api",
            "detail_url": "https://gwosc.org/api/v2/events/GW240406_062847?format=api",
            "aliases": [
                "GW240406_062847"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-5.0",
                    "detail_url": "https://gwosc.org/api/v2/event-versions/GW240406_062847-v1?format=api"
                }
            ]
        }
    ]
}