Return a specific event.

Each event may have more than one version in the versions key. Each version correspond to a different parameter estimation analysis and typically belong to different catalogs.

Rel URLs:

  • Follow detail_url inside each version for a detail view of the event version and its parameters.
GET /api/v2/events/GW231123_135430?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "GW231123_135430",
    "grace_id": "S231123cg",
    "run": "O4a",
    "gcn_notice": "https://gcn.gsfc.nasa.gov/notices_l/S231123cg.lvc",
    "gcn_circular": "https://gcn.nasa.gov/circulars?query=S231123cg",
    "aliases": [
        "GW231123_135430"
    ],
    "versions": [
        {
            "version": 1,
            "catalog": "O4_Discovery_Papers",
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW231123_135430-v1?format=api"
        },
        {
            "version": 2,
            "catalog": "GWTC-4.0",
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW231123_135430-v2?format=api"
        }
    ]
}