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-marginal/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": "GW190531_023648",
            "shortName": "GW190531_023648-v1",
            "gps": 1243305426.3,
            "version": 1,
            "catalog": "GWTC-2.1-marginal",
            "doi": "https://doi.org/10.7935/qf3a-3z67",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190531_023648-v1?format=api"
        },
        {
            "name": "GW190426_152155",
            "shortName": "GW190426_152155-v2",
            "gps": 1240327333.3,
            "version": 2,
            "catalog": "GWTC-2.1-marginal",
            "doi": "https://doi.org/10.7935/qf3a-3z67",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW190426_152155-v2?format=api"
        }
    ]
}