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/Initial_LIGO_Virgo/events?format=api&include-default-parameters=true
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": "blind_injection",
            "shortName": "blind_injection-v1",
            "gps": 968654557.9,
            "version": 1,
            "catalog": "Initial_LIGO_Virgo",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/blind_injection-v1?format=api",
            "default_parameters": []
        },
        {
            "name": "GRB051103",
            "shortName": "GRB051103-v1",
            "gps": 815043278.0,
            "version": 1,
            "catalog": "Initial_LIGO_Virgo",
            "detectors": [],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GRB051103-v1?format=api",
            "default_parameters": []
        }
    ]
}