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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=113",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 114,
    "results": [
        {
            "start": 816692853,
            "stop": 816692875
        },
        {
            "start": 816692878,
            "stop": 816692972
        },
        {
            "start": 816692980,
            "stop": 816692983
        },
        {
            "start": 816692991,
            "stop": 816692993
        },
        {
            "start": 816693006,
            "stop": 816693033
        },
        {
            "start": 816693037,
            "stop": 816693100
        },
        {
            "start": 816693105,
            "stop": 816693110
        },
        {
            "start": 816693114,
            "stop": 816693117
        },
        {
            "start": 816693123,
            "stop": 816693135
        },
        {
            "start": 816693141,
            "stop": 816693144
        },
        {
            "start": 816693147,
            "stop": 816693150
        },
        {
            "start": 816693154,
            "stop": 816693158
        },
        {
            "start": 816693166,
            "stop": 816693182
        },
        {
            "start": 816693186,
            "stop": 816693189
        },
        {
            "start": 816693193,
            "stop": 816693206
        },
        {
            "start": 816693215,
            "stop": 816693262
        },
        {
            "start": 816693266,
            "stop": 816693270
        },
        {
            "start": 816693275,
            "stop": 816693328
        },
        {
            "start": 816693334,
            "stop": 816693342
        },
        {
            "start": 816693347,
            "stop": 816693348
        }
    ]
}