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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=298",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 299,
    "results": [
        {
            "start": 931675910,
            "stop": 931675966
        },
        {
            "start": 931676028,
            "stop": 931676038
        },
        {
            "start": 931676067,
            "stop": 931676075
        },
        {
            "start": 931676110,
            "stop": 931676114
        },
        {
            "start": 931676174,
            "stop": 931676182
        },
        {
            "start": 931676222,
            "stop": 931676225
        },
        {
            "start": 931676248,
            "stop": 931676251
        },
        {
            "start": 931676432,
            "stop": 931676446
        },
        {
            "start": 931676498,
            "stop": 931676509
        },
        {
            "start": 931676609,
            "stop": 931676610
        },
        {
            "start": 931676685,
            "stop": 931676687
        },
        {
            "start": 931676880,
            "stop": 931676891
        },
        {
            "start": 931676925,
            "stop": 931676932
        },
        {
            "start": 931677465,
            "stop": 931677466
        },
        {
            "start": 931677691,
            "stop": 931677693
        },
        {
            "start": 931678874,
            "stop": 931678895
        },
        {
            "start": 931679380,
            "stop": 931679381
        },
        {
            "start": 931679670,
            "stop": 931679685
        },
        {
            "start": 931680376,
            "stop": 931680379
        },
        {
            "start": 931681038,
            "stop": 931681039
        }
    ]
}