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

{
    "next": null,
    "previous": "http://gwosc.org/api/v2/catalogs/GWTC-2.1-confident/events?format=api&page=2",
    "results_count": 44,
    "results_per_page": 20,
    "num_pages": 3,
    "page_number": 3,
    "results": [
        {
            "name": "GW190413_052954",
            "shortName": "GW190413_052954-v2",
            "gps": 1239168612.5,
            "version": 2,
            "catalog": "GWTC-2.1-confident",
            "doi": "https://doi.org/10.7935/qf3a-3z67",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190413_052954-v2?format=api"
        },
        {
            "name": "GW190412",
            "shortName": "GW190412_053044-v4",
            "gps": 1239082262.1,
            "version": 4,
            "catalog": "GWTC-2.1-confident",
            "doi": "https://doi.org/10.7935/qf3a-3z67",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190412-v4?format=api"
        },
        {
            "name": "GW190408_181802",
            "shortName": "GW190408_181802-v2",
            "gps": 1238782700.2,
            "version": 2,
            "catalog": "GWTC-2.1-confident",
            "doi": "https://doi.org/10.7935/qf3a-3z67",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190408_181802-v2?format=api"
        },
        {
            "name": "GW190403_051519",
            "shortName": "GW190403_051519-v1",
            "gps": 1238303737.2,
            "version": 1,
            "catalog": "GWTC-2.1-confident",
            "doi": "https://doi.org/10.7935/qf3a-3z67",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190403_051519-v1?format=api"
        }
    ]
}