Return all events from a given run.

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

{
    "next": null,
    "previous": null,
    "results_count": 6,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "GW151226",
            "strain_files_url": "http://gwosc.org/api/v2/events/GW151226/strain-files?format=api",
            "detail_url": "http://gwosc.org/api/v2/events/GW151226?format=api",
            "aliases": [
                "GW151226"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "O1_O2-Preliminary",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/GW151226-v1?format=api"
                },
                {
                    "version": 2,
                    "catalog": "GWTC-1-confident",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/GW151226-v2?format=api"
                }
            ]
        },
        {
            "name": "151116",
            "strain_files_url": "http://gwosc.org/api/v2/events/151116/strain-files?format=api",
            "detail_url": "http://gwosc.org/api/v2/events/151116?format=api",
            "aliases": [
                "151116"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-1-marginal",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/151116-v1?format=api"
                }
            ]
        },
        {
            "name": "GW151012",
            "strain_files_url": "http://gwosc.org/api/v2/events/GW151012/strain-files?format=api",
            "detail_url": "http://gwosc.org/api/v2/events/GW151012?format=api",
            "aliases": [
                "GW151012"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "O1_O2-Preliminary",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/GW151012-v1?format=api"
                },
                {
                    "version": 2,
                    "catalog": "O1_O2-Preliminary",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/GW151012-v2?format=api"
                },
                {
                    "version": 3,
                    "catalog": "GWTC-1-confident",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/GW151012-v3?format=api"
                }
            ]
        },
        {
            "name": "151012.2",
            "strain_files_url": "http://gwosc.org/api/v2/events/151012.2/strain-files?format=api",
            "detail_url": "http://gwosc.org/api/v2/events/151012.2?format=api",
            "aliases": [
                "151012.2"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-1-marginal",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/151012.2-v1?format=api"
                }
            ]
        },
        {
            "name": "151008",
            "strain_files_url": "http://gwosc.org/api/v2/events/151008/strain-files?format=api",
            "detail_url": "http://gwosc.org/api/v2/events/151008?format=api",
            "aliases": [
                "151008"
            ],
            "versions": [
                {
                    "version": 1,
                    "catalog": "GWTC-1-marginal",
                    "detail_url": "http://gwosc.org/api/v2/event-versions/151008-v1?format=api"
                }
            ]
        },
        {
            "name": "GW150914",
            "strain_files_url": "http://gwosc.org/api/v2/events/GW150914/strain-files?format=api",
            "detail_url": "http://gwosc.org/api/v2/events/GW150914?format=api",
            "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"
                }
            ]
        }
    ]
}