Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5075
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5074",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5075,
    "results": [
        {
            "start": 874631176,
            "stop": 874631195
        },
        {
            "start": 874631223,
            "stop": 874631275
        },
        {
            "start": 874631294,
            "stop": 874631354
        },
        {
            "start": 874631389,
            "stop": 874631402
        },
        {
            "start": 874631435,
            "stop": 874631483
        },
        {
            "start": 874631502,
            "stop": 874631593
        },
        {
            "start": 874631612,
            "stop": 874631675
        },
        {
            "start": 874631706,
            "stop": 874631879
        },
        {
            "start": 874631898,
            "stop": 874631909
        },
        {
            "start": 874631928,
            "stop": 874631996
        },
        {
            "start": 874632015,
            "stop": 874632115
        },
        {
            "start": 874632135,
            "stop": 874632170
        },
        {
            "start": 874632189,
            "stop": 874632247
        },
        {
            "start": 874632266,
            "stop": 874632302
        },
        {
            "start": 874632321,
            "stop": 874632381
        },
        {
            "start": 874632414,
            "stop": 874632489
        },
        {
            "start": 874632559,
            "stop": 874632564
        },
        {
            "start": 874632605,
            "stop": 874632655
        },
        {
            "start": 874632674,
            "stop": 874632700
        },
        {
            "start": 874632729,
            "stop": 874632732
        }
    ]
}