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

{
    "name": "GW150914",
    "grace_id": "G184098",
    "run": "O1",
    "gcn_notice": "https://gcn.gsfc.nasa.gov/notices_l/G184098.lvc",
    "gcn_circular": "https://gcn.nasa.gov/circulars?query=G184098",
    "aliases": [
        "GW150914"
    ],
    "versions": [
        {
            "version": 1,
            "catalog": "O1_O2-Preliminary",
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW150914-v1?format=api"
        },
        {
            "version": 2,
            "catalog": "O1_O2-Preliminary",
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW150914-v2?format=api"
        },
        {
            "version": 3,
            "catalog": "GWTC-1-confident",
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW150914-v3?format=api"
        }
    ]
}