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/H1_CW_CAT1/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/H1_CW_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=109",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 110,
    "results": [
        {
            "start": 953186477,
            "stop": 953192786
        },
        {
            "start": 953194349,
            "stop": 953210675
        },
        {
            "start": 953215382,
            "stop": 953216923
        },
        {
            "start": 953216926,
            "stop": 953216937
        },
        {
            "start": 953216940,
            "stop": 953216973
        },
        {
            "start": 953216976,
            "stop": 953216994
        },
        {
            "start": 953217001,
            "stop": 953217189
        },
        {
            "start": 953217202,
            "stop": 953217206
        },
        {
            "start": 953217209,
            "stop": 953217211
        },
        {
            "start": 953217225,
            "stop": 953217226
        },
        {
            "start": 953217232,
            "stop": 953217279
        },
        {
            "start": 953217281,
            "stop": 953217286
        },
        {
            "start": 953217288,
            "stop": 953217320
        },
        {
            "start": 953217323,
            "stop": 953217333
        },
        {
            "start": 953217337,
            "stop": 953217338
        },
        {
            "start": 953217341,
            "stop": 953217424
        },
        {
            "start": 953217429,
            "stop": 953217507
        },
        {
            "start": 953217517,
            "stop": 953217527
        },
        {
            "start": 953217530,
            "stop": 953217537
        },
        {
            "start": 953217551,
            "stop": 953217552
        }
    ]
}