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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5282",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5283,
    "results": [
        {
            "start": 970467524,
            "stop": 970467924
        },
        {
            "start": 970467927,
            "stop": 970468827
        },
        {
            "start": 970468830,
            "stop": 970468940
        },
        {
            "start": 970468943,
            "stop": 970469763
        },
        {
            "start": 970469766,
            "stop": 970470019
        },
        {
            "start": 970470022,
            "stop": 970470860
        },
        {
            "start": 970470863,
            "stop": 970471088
        },
        {
            "start": 970471091,
            "stop": 970471704
        },
        {
            "start": 970471725,
            "stop": 970472162
        },
        {
            "start": 970472165,
            "stop": 970472431
        },
        {
            "start": 970472434,
            "stop": 970473211
        },
        {
            "start": 970473214,
            "stop": 970474693
        },
        {
            "start": 970474696,
            "stop": 970474956
        },
        {
            "start": 970474959,
            "stop": 970474979
        },
        {
            "start": 970474982,
            "stop": 970475870
        },
        {
            "start": 970475873,
            "stop": 970476008
        },
        {
            "start": 970476011,
            "stop": 970476566
        },
        {
            "start": 970476569,
            "stop": 970476935
        },
        {
            "start": 970476938,
            "stop": 970477251
        },
        {
            "start": 970477254,
            "stop": 970477917
        }
    ]
}