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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=167",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 168,
    "results": [
        {
            "start": 817299537,
            "stop": 817299553
        },
        {
            "start": 817303239,
            "stop": 817303310
        },
        {
            "start": 817303313,
            "stop": 817303362
        },
        {
            "start": 817303366,
            "stop": 817303449
        },
        {
            "start": 817303452,
            "stop": 817303504
        },
        {
            "start": 817303510,
            "stop": 817303643
        },
        {
            "start": 817303660,
            "stop": 817303669
        },
        {
            "start": 817303672,
            "stop": 817303712
        },
        {
            "start": 817303731,
            "stop": 817303763
        },
        {
            "start": 817303794,
            "stop": 817303879
        },
        {
            "start": 817303900,
            "stop": 817303938
        },
        {
            "start": 817303945,
            "stop": 817303960
        },
        {
            "start": 817303963,
            "stop": 817304141
        },
        {
            "start": 817304144,
            "stop": 817304325
        },
        {
            "start": 817304328,
            "stop": 817304518
        },
        {
            "start": 817304537,
            "stop": 817304549
        },
        {
            "start": 817304566,
            "stop": 817304586
        },
        {
            "start": 817304590,
            "stop": 817304600
        },
        {
            "start": 817304637,
            "stop": 817304692
        },
        {
            "start": 817304711,
            "stop": 817304746
        }
    ]
}