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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=109",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 110,
    "results": [
        {
            "start": 958985404,
            "stop": 959009438
        },
        {
            "start": 959013469,
            "stop": 959017397
        },
        {
            "start": 959028164,
            "stop": 959031623
        },
        {
            "start": 959034278,
            "stop": 959038277
        },
        {
            "start": 959038559,
            "stop": 959050231
        },
        {
            "start": 959050335,
            "stop": 959050418
        },
        {
            "start": 959052149,
            "stop": 959059984
        },
        {
            "start": 959060767,
            "stop": 959060980
        },
        {
            "start": 959061708,
            "stop": 959061826
        },
        {
            "start": 959074765,
            "stop": 959082869
        },
        {
            "start": 959084674,
            "stop": 959085633
        },
        {
            "start": 959085887,
            "stop": 959087483
        },
        {
            "start": 959088840,
            "stop": 959098225
        },
        {
            "start": 959099529,
            "stop": 959119104
        },
        {
            "start": 959131619,
            "stop": 959137137
        },
        {
            "start": 959137487,
            "stop": 959169858
        },
        {
            "start": 959173883,
            "stop": 959174645
        },
        {
            "start": 959177057,
            "stop": 959179539
        },
        {
            "start": 959179645,
            "stop": 959183560
        },
        {
            "start": 959184120,
            "stop": 959184952
        }
    ]
}