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

{
    "next": null,
    "previous": null,
    "results_count": 7,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "GW200311_103121",
            "shortName": "200311_103121-v1",
            "gps": 1267957899.7,
            "version": 1,
            "catalog": "GWTC-3-marginal",
            "doi": "https://doi.org/10.7935/b024-1886",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW200311_103121-v1?format=api"
        },
        {
            "name": "200219_201407",
            "shortName": "200219_201407-v1",
            "gps": 1266178465.9,
            "version": 1,
            "catalog": "GWTC-3-marginal",
            "doi": "https://doi.org/10.7935/b024-1886",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/200219_201407-v1?format=api"
        },
        {
            "name": "200214_224526",
            "shortName": "200214_224526-v2",
            "gps": 1265755544.5,
            "version": 2,
            "catalog": "GWTC-3-marginal",
            "doi": "https://doi.org/10.7935/b024-1886",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/200214_224526-v2?format=api"
        },
        {
            "name": "GW200201_203549",
            "shortName": "200201_203549-v1",
            "gps": 1264624567.0,
            "version": 1,
            "catalog": "GWTC-3-marginal",
            "doi": "https://doi.org/10.7935/b024-1886",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW200201_203549-v1?format=api"
        },
        {
            "name": "200121_031748",
            "shortName": "200121_031748-v1",
            "gps": 1263611886.9,
            "version": 1,
            "catalog": "GWTC-3-marginal",
            "doi": "https://doi.org/10.7935/b024-1886",
            "detectors": [
                "H1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/200121_031748-v1?format=api"
        },
        {
            "name": "GW200105_162426",
            "shortName": "GW200105_162426-v2",
            "gps": 1262276684.0,
            "version": 2,
            "catalog": "GWTC-3-marginal",
            "doi": "https://doi.org/10.7935/b024-1886",
            "detectors": [
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW200105_162426-v2?format=api"
        },
        {
            "name": "GW191118_212859",
            "shortName": "191118_212859-v1",
            "gps": 1258147757.4,
            "version": 1,
            "catalog": "GWTC-3-marginal",
            "doi": "https://doi.org/10.7935/b024-1886",
            "detectors": [
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/GW191118_212859-v1?format=api"
        }
    ]
}