Return all events from a given catalog.

Query parameters:

  • include-default-parameters: if true or empty, include a list with the preferred values for default parameters.

Rel URLs:

  • Follow parameters_url for a list of parameter estimations.
  • Follow timelines_url for a list of timelines and segments.
GET /api/v2/catalogs/IAS-O3a/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/catalogs/IAS-O3a/events?format=api&page=2",
    "results_count": 42,
    "results_per_page": 20,
    "num_pages": 3,
    "page_number": 3,
    "results": [
        {
            "name": "GW190412",
            "shortName": "GW190412-v5",
            "gps": 1239082262.1,
            "version": 5,
            "catalog": "IAS-O3a",
            "doi": "https://doi.org/10.5281/zenodo.15061562",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW190412-v5?format=api"
        },
        {
            "name": "GW190408_181802",
            "shortName": "GW190408_181802-v3",
            "gps": 1238782700.3,
            "version": 3,
            "catalog": "IAS-O3a",
            "doi": "https://doi.org/10.5281/zenodo.15061562",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW190408_181802-v3?format=api"
        }
    ]
}