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=15971
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=15972",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15970",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15971,
    "results": [
        {
            "start": 971441388,
            "stop": 971441395
        },
        {
            "start": 971441397,
            "stop": 971441411
        },
        {
            "start": 971441414,
            "stop": 971441415
        },
        {
            "start": 971441416,
            "stop": 971441426
        },
        {
            "start": 971441428,
            "stop": 971441494
        },
        {
            "start": 971441496,
            "stop": 971441507
        },
        {
            "start": 971441510,
            "stop": 971441514
        },
        {
            "start": 971441517,
            "stop": 971441584
        },
        {
            "start": 971441589,
            "stop": 971441605
        },
        {
            "start": 971441607,
            "stop": 971441610
        },
        {
            "start": 971441611,
            "stop": 971441671
        },
        {
            "start": 971441674,
            "stop": 971441681
        },
        {
            "start": 971441685,
            "stop": 971441714
        },
        {
            "start": 971441715,
            "stop": 971441884
        },
        {
            "start": 971441887,
            "stop": 971441902
        },
        {
            "start": 971441903,
            "stop": 971441938
        },
        {
            "start": 971441941,
            "stop": 971441960
        },
        {
            "start": 971441963,
            "stop": 971442013
        },
        {
            "start": 971442016,
            "stop": 971442043
        },
        {
            "start": 971442046,
            "stop": 971442146
        }
    ]
}