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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=91",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 92,
    "results": [
        {
            "start": 946658932,
            "stop": 946659720
        },
        {
            "start": 946660677,
            "stop": 946662152
        },
        {
            "start": 946663746,
            "stop": 946664457
        },
        {
            "start": 946669505,
            "stop": 946671052
        },
        {
            "start": 946674008,
            "stop": 946675696
        },
        {
            "start": 946678232,
            "stop": 946679568
        },
        {
            "start": 946680407,
            "stop": 946683058
        },
        {
            "start": 946684077,
            "stop": 946688505
        },
        {
            "start": 946693053,
            "stop": 946701381
        },
        {
            "start": 946705117,
            "stop": 946705383
        },
        {
            "start": 946707201,
            "stop": 946711795
        },
        {
            "start": 946712564,
            "stop": 946722540
        },
        {
            "start": 946729604,
            "stop": 946729646
        },
        {
            "start": 946735405,
            "stop": 946738296
        },
        {
            "start": 946770079,
            "stop": 946771139
        },
        {
            "start": 946776739,
            "stop": 946798913
        },
        {
            "start": 946802877,
            "stop": 946803615
        },
        {
            "start": 946804943,
            "stop": 946818828
        },
        {
            "start": 946823971,
            "stop": 946824651
        },
        {
            "start": 946830479,
            "stop": 946830932
        }
    ]
}