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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=97",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 98,
    "results": [
        {
            "start": 931329810,
            "stop": 931329812
        },
        {
            "start": 931329833,
            "stop": 931329838
        },
        {
            "start": 931329841,
            "stop": 931329845
        },
        {
            "start": 931329847,
            "stop": 931329849
        },
        {
            "start": 931329852,
            "stop": 931329855
        },
        {
            "start": 931329857,
            "stop": 931329865
        },
        {
            "start": 931329881,
            "stop": 931329882
        },
        {
            "start": 931329884,
            "stop": 931329885
        },
        {
            "start": 931329887,
            "stop": 931329890
        },
        {
            "start": 931329895,
            "stop": 931329900
        },
        {
            "start": 931329902,
            "stop": 931329911
        },
        {
            "start": 931329918,
            "stop": 931329920
        },
        {
            "start": 931329924,
            "stop": 931329931
        },
        {
            "start": 931329938,
            "stop": 931329939
        },
        {
            "start": 931329947,
            "stop": 931329956
        },
        {
            "start": 931329958,
            "stop": 931329959
        },
        {
            "start": 931329961,
            "stop": 931329966
        },
        {
            "start": 931329970,
            "stop": 931329976
        },
        {
            "start": 931329978,
            "stop": 931329979
        },
        {
            "start": 931329981,
            "stop": 931329986
        }
    ]
}