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=5080
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=5081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5079",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5080,
    "results": [
        {
            "start": 874639993,
            "stop": 874639998
        },
        {
            "start": 874640017,
            "stop": 874640056
        },
        {
            "start": 874640076,
            "stop": 874640177
        },
        {
            "start": 874640196,
            "stop": 874640219
        },
        {
            "start": 874640251,
            "stop": 874640312
        },
        {
            "start": 874640337,
            "stop": 874640385
        },
        {
            "start": 874640404,
            "stop": 874640443
        },
        {
            "start": 874640479,
            "stop": 874640546
        },
        {
            "start": 874640565,
            "stop": 874640874
        },
        {
            "start": 874640899,
            "stop": 874640914
        },
        {
            "start": 874640933,
            "stop": 874641061
        },
        {
            "start": 874641080,
            "stop": 874641110
        },
        {
            "start": 874641129,
            "stop": 874641155
        },
        {
            "start": 874641176,
            "stop": 874641178
        },
        {
            "start": 874641197,
            "stop": 874641200
        },
        {
            "start": 874641219,
            "stop": 874641258
        },
        {
            "start": 874641277,
            "stop": 874641305
        },
        {
            "start": 874641325,
            "stop": 874641378
        },
        {
            "start": 874641397,
            "stop": 874641612
        },
        {
            "start": 874641642,
            "stop": 874641794
        }
    ]
}