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/O3b/events?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3b/events?format=api&page=2",
    "results_count": 45,
    "results_per_page": 20,
    "num_pages": 3,
    "page_number": 3,
    "results": [
        {
            "name": "GW191118_212859",
            "strain_files_url": "https://gwosc.org/api/v2/events/GW191118_212859/strain-files?format=api",
            "detail_url": "https://gwosc.org/api/v2/events/GW191118_212859?format=api",
            "aliases": [
                "191118_212859",
                "GW191118_212859"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-3-marginal",
                    "detail_url": "https://gwosc.org/api/v2/event-versions/GW191118_212859-v1?format=api"
                }
            ]
        },
        {
            "name": "GW191113_071753",
            "strain_files_url": "https://gwosc.org/api/v2/events/GW191113_071753/strain-files?format=api",
            "detail_url": "https://gwosc.org/api/v2/events/GW191113_071753?format=api",
            "aliases": [
                "GW191113_071753"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-3-confident",
                    "detail_url": "https://gwosc.org/api/v2/event-versions/GW191113_071753-v1?format=api"
                }
            ]
        },
        {
            "name": "GW191109_010717",
            "strain_files_url": "https://gwosc.org/api/v2/events/GW191109_010717/strain-files?format=api",
            "detail_url": "https://gwosc.org/api/v2/events/GW191109_010717?format=api",
            "aliases": [
                "GW191109_010717"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-3-confident",
                    "detail_url": "https://gwosc.org/api/v2/event-versions/GW191109_010717-v1?format=api"
                }
            ]
        },
        {
            "name": "GW191105_143521",
            "strain_files_url": "https://gwosc.org/api/v2/events/GW191105_143521/strain-files?format=api",
            "detail_url": "https://gwosc.org/api/v2/events/GW191105_143521?format=api",
            "aliases": [
                "GW191105_143521"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-3-confident",
                    "detail_url": "https://gwosc.org/api/v2/event-versions/GW191105_143521-v1?format=api"
                }
            ]
        },
        {
            "name": "GW191103_012549",
            "strain_files_url": "https://gwosc.org/api/v2/events/GW191103_012549/strain-files?format=api",
            "detail_url": "https://gwosc.org/api/v2/events/GW191103_012549?format=api",
            "aliases": [
                "GW191103_012549"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-3-confident",
                    "detail_url": "https://gwosc.org/api/v2/event-versions/GW191103_012549-v1?format=api"
                }
            ]
        }
    ]
}