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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3784",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3785,
    "results": [
        {
            "start": 874446639,
            "stop": 874446667
        },
        {
            "start": 874446686,
            "stop": 874446707
        },
        {
            "start": 874446724,
            "stop": 874446833
        },
        {
            "start": 874446850,
            "stop": 874447500
        },
        {
            "start": 874447560,
            "stop": 874447870
        },
        {
            "start": 874447887,
            "stop": 874448280
        },
        {
            "start": 874448400,
            "stop": 874448994
        },
        {
            "start": 874449011,
            "stop": 874449373
        },
        {
            "start": 874449390,
            "stop": 874449462
        },
        {
            "start": 874449479,
            "stop": 874450148
        },
        {
            "start": 874450165,
            "stop": 874450213
        },
        {
            "start": 874450255,
            "stop": 874450364
        },
        {
            "start": 874450381,
            "stop": 874450507
        },
        {
            "start": 874450524,
            "stop": 874450531
        },
        {
            "start": 874450548,
            "stop": 874450680
        },
        {
            "start": 874450740,
            "stop": 874450913
        },
        {
            "start": 874450930,
            "stop": 874450956
        },
        {
            "start": 874450991,
            "stop": 874451130
        },
        {
            "start": 874451164,
            "stop": 874451205
        },
        {
            "start": 874451222,
            "stop": 874451297
        }
    ]
}