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

{
    "next": null,
    "previous": null,
    "results_count": 2,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "GW190909_114149",
            "shortName": "GW190909_114149-v2",
            "gps": 1252064527.7,
            "version": 2,
            "catalog": "GWTC-2.1-auxiliary",
            "doi": "",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190909_114149-v2?format=api"
        },
        {
            "name": "GW190424_180648",
            "shortName": "GW190424_180648-v2",
            "gps": 1240164426.1,
            "version": 2,
            "catalog": "GWTC-2.1-auxiliary",
            "doi": "",
            "detectors": [
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190424_180648-v2?format=api"
        }
    ]
}