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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=8",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 9,
    "results": [
        {
            "start": 931161954,
            "stop": 931161957
        },
        {
            "start": 931162013,
            "stop": 931162017
        },
        {
            "start": 931162071,
            "stop": 931162072
        },
        {
            "start": 931162085,
            "stop": 931162086
        },
        {
            "start": 931162092,
            "stop": 931162093
        },
        {
            "start": 931162105,
            "stop": 931162108
        },
        {
            "start": 931162166,
            "stop": 931162168
        },
        {
            "start": 931162204,
            "stop": 931162205
        },
        {
            "start": 931162237,
            "stop": 931162238
        },
        {
            "start": 931162362,
            "stop": 931162363
        },
        {
            "start": 931162420,
            "stop": 931162424
        },
        {
            "start": 931162442,
            "stop": 931162443
        },
        {
            "start": 931162474,
            "stop": 931162477
        },
        {
            "start": 931162503,
            "stop": 931162512
        },
        {
            "start": 931162562,
            "stop": 931162563
        },
        {
            "start": 931162638,
            "stop": 931162639
        },
        {
            "start": 931162807,
            "stop": 931162809
        },
        {
            "start": 931162914,
            "stop": 931162915
        },
        {
            "start": 931162922,
            "stop": 931162924
        },
        {
            "start": 931162955,
            "stop": 931162956
        }
    ]
}