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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2389",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2390,
    "results": [
        {
            "start": 873029204,
            "stop": 873029213
        },
        {
            "start": 873029230,
            "stop": 873029323
        },
        {
            "start": 873029340,
            "stop": 873029608
        },
        {
            "start": 873029626,
            "stop": 873029632
        },
        {
            "start": 873029649,
            "stop": 873029683
        },
        {
            "start": 873029700,
            "stop": 873029852
        },
        {
            "start": 873029869,
            "stop": 873029898
        },
        {
            "start": 873029915,
            "stop": 873030140
        },
        {
            "start": 873030157,
            "stop": 873030540
        },
        {
            "start": 873030600,
            "stop": 873030723
        },
        {
            "start": 873030730,
            "stop": 873031971
        },
        {
            "start": 873031988,
            "stop": 873032059
        },
        {
            "start": 873032076,
            "stop": 873033654
        },
        {
            "start": 873033671,
            "stop": 873034600
        },
        {
            "start": 873034617,
            "stop": 873037885
        },
        {
            "start": 873037902,
            "stop": 873038210
        },
        {
            "start": 873038290,
            "stop": 873038531
        },
        {
            "start": 873038548,
            "stop": 873038847
        },
        {
            "start": 873039010,
            "stop": 873039584
        },
        {
            "start": 873040545,
            "stop": 873041455
        }
    ]
}