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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=33",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 34,
    "results": [
        {
            "start": 931248804,
            "stop": 931248917
        },
        {
            "start": 931248919,
            "stop": 931248925
        },
        {
            "start": 931248927,
            "stop": 931248958
        },
        {
            "start": 931248960,
            "stop": 931248979
        },
        {
            "start": 931248981,
            "stop": 931248984
        },
        {
            "start": 931248987,
            "stop": 931248989
        },
        {
            "start": 931248991,
            "stop": 931249003
        },
        {
            "start": 931249005,
            "stop": 931249015
        },
        {
            "start": 931249018,
            "stop": 931249019
        },
        {
            "start": 931249021,
            "stop": 931249075
        },
        {
            "start": 931249077,
            "stop": 931249080
        },
        {
            "start": 931249082,
            "stop": 931249098
        },
        {
            "start": 931249100,
            "stop": 931249125
        },
        {
            "start": 931249127,
            "stop": 931249130
        },
        {
            "start": 931249135,
            "stop": 931249151
        },
        {
            "start": 931249153,
            "stop": 931249179
        },
        {
            "start": 931249181,
            "stop": 931249183
        },
        {
            "start": 931249187,
            "stop": 931249193
        },
        {
            "start": 931249205,
            "stop": 931249206
        },
        {
            "start": 931249208,
            "stop": 931249212
        }
    ]
}