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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=21",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 22,
    "results": [
        {
            "start": 931244805,
            "stop": 931244817
        },
        {
            "start": 931244819,
            "stop": 931244824
        },
        {
            "start": 931244826,
            "stop": 931244843
        },
        {
            "start": 931244847,
            "stop": 931244848
        },
        {
            "start": 931244856,
            "stop": 931244857
        },
        {
            "start": 931244859,
            "stop": 931244865
        },
        {
            "start": 931244867,
            "stop": 931244868
        },
        {
            "start": 931244870,
            "stop": 931244871
        },
        {
            "start": 931244885,
            "stop": 931244892
        },
        {
            "start": 931244894,
            "stop": 931244895
        },
        {
            "start": 931244897,
            "stop": 931244909
        },
        {
            "start": 931244913,
            "stop": 931244917
        },
        {
            "start": 931244935,
            "stop": 931244936
        },
        {
            "start": 931244938,
            "stop": 931244942
        },
        {
            "start": 931244944,
            "stop": 931244960
        },
        {
            "start": 931244970,
            "stop": 931244973
        },
        {
            "start": 931244976,
            "stop": 931244979
        },
        {
            "start": 931244981,
            "stop": 931244983
        },
        {
            "start": 931244986,
            "stop": 931245000
        },
        {
            "start": 931245002,
            "stop": 931245003
        }
    ]
}