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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=115",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 116,
    "results": [
        {
            "start": 953230986,
            "stop": 953230987
        },
        {
            "start": 953231007,
            "stop": 953231008
        },
        {
            "start": 953231013,
            "stop": 953231024
        },
        {
            "start": 953231029,
            "stop": 953231031
        },
        {
            "start": 953231043,
            "stop": 953231055
        },
        {
            "start": 953231065,
            "stop": 953231076
        },
        {
            "start": 953231081,
            "stop": 953231082
        },
        {
            "start": 953231089,
            "stop": 953231090
        },
        {
            "start": 953231111,
            "stop": 953231113
        },
        {
            "start": 953231115,
            "stop": 953231117
        },
        {
            "start": 953231129,
            "stop": 953231160
        },
        {
            "start": 953231164,
            "stop": 953231171
        },
        {
            "start": 953231179,
            "stop": 953231181
        },
        {
            "start": 953231187,
            "stop": 953231190
        },
        {
            "start": 953231200,
            "stop": 953231204
        },
        {
            "start": 953231209,
            "stop": 953231215
        },
        {
            "start": 953231221,
            "stop": 953231222
        },
        {
            "start": 953231227,
            "stop": 953231233
        },
        {
            "start": 953231248,
            "stop": 953231249
        },
        {
            "start": 953231257,
            "stop": 953231263
        }
    ]
}