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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=89",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 90,
    "results": [
        {
            "start": 827758322,
            "stop": 827758873
        },
        {
            "start": 827758887,
            "stop": 827758889
        },
        {
            "start": 827759037,
            "stop": 827760715
        },
        {
            "start": 827764588,
            "stop": 827765893
        },
        {
            "start": 827765902,
            "stop": 827765903
        },
        {
            "start": 827765977,
            "stop": 827768891
        },
        {
            "start": 827768948,
            "stop": 827769543
        },
        {
            "start": 827772447,
            "stop": 827772503
        },
        {
            "start": 827772758,
            "stop": 827775973
        },
        {
            "start": 827777592,
            "stop": 827778613
        },
        {
            "start": 827778616,
            "stop": 827778618
        },
        {
            "start": 827778790,
            "stop": 827780692
        },
        {
            "start": 827780828,
            "stop": 827780859
        },
        {
            "start": 827780996,
            "stop": 827781673
        },
        {
            "start": 827782393,
            "stop": 827782993
        },
        {
            "start": 827789378,
            "stop": 827796587
        },
        {
            "start": 827797802,
            "stop": 827800873
        },
        {
            "start": 827801895,
            "stop": 827803151
        },
        {
            "start": 827803230,
            "stop": 827806213
        },
        {
            "start": 827810942,
            "stop": 827814693
        }
    ]
}