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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=30",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 31,
    "results": [
        {
            "start": 931675778,
            "stop": 931675785
        },
        {
            "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
        }
    ]
}