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

{
    "name": "blind_injection",
    "grace_id": "NA",
    "run": "S6",
    "gcn_notice": "https://gcn.gsfc.nasa.gov/notices_l/NA.lvc",
    "gcn_circular": "https://gcn.nasa.gov/circulars?query=NA",
    "aliases": [
        "blind_injection"
    ],
    "versions": [
        {
            "version": 1,
            "catalog": "Initial_LIGO_Virgo",
            "detail_url": "https://gwosc.org/api/v2/event-versions/blind_injection-v1?format=api"
        }
    ]
}