Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=126",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 127,
    "results": [
        {
            "start": 931345551,
            "stop": 931345552
        },
        {
            "start": 931345576,
            "stop": 931345578
        },
        {
            "start": 931345625,
            "stop": 931345626
        },
        {
            "start": 931345660,
            "stop": 931345661
        },
        {
            "start": 931345665,
            "stop": 931345666
        },
        {
            "start": 931345675,
            "stop": 931345676
        },
        {
            "start": 931345713,
            "stop": 931345714
        },
        {
            "start": 931345789,
            "stop": 931345790
        },
        {
            "start": 931345822,
            "stop": 931345823
        },
        {
            "start": 931345836,
            "stop": 931345837
        },
        {
            "start": 931345842,
            "stop": 931345843
        },
        {
            "start": 931345876,
            "stop": 931345877
        },
        {
            "start": 931345890,
            "stop": 931345891
        },
        {
            "start": 931345960,
            "stop": 931345961
        },
        {
            "start": 931345994,
            "stop": 931345995
        },
        {
            "start": 931346027,
            "stop": 931346028
        },
        {
            "start": 931346049,
            "stop": 931346050
        },
        {
            "start": 931346072,
            "stop": 931346073
        },
        {
            "start": 931346087,
            "stop": 931346088
        },
        {
            "start": 931346091,
            "stop": 931346092
        }
    ]
}