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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4909",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4910,
    "results": [
        {
            "start": 875138576,
            "stop": 875138579
        },
        {
            "start": 875138614,
            "stop": 875138672
        },
        {
            "start": 875138722,
            "stop": 875138752
        },
        {
            "start": 875138772,
            "stop": 875138855
        },
        {
            "start": 875138875,
            "stop": 875138880
        },
        {
            "start": 875138940,
            "stop": 875138978
        },
        {
            "start": 875139001,
            "stop": 875139080
        },
        {
            "start": 875139099,
            "stop": 875139229
        },
        {
            "start": 875139248,
            "stop": 875139255
        },
        {
            "start": 875139288,
            "stop": 875139367
        },
        {
            "start": 875139399,
            "stop": 875139465
        },
        {
            "start": 875139485,
            "stop": 875139493
        },
        {
            "start": 875139530,
            "stop": 875139536
        },
        {
            "start": 875139555,
            "stop": 875139611
        },
        {
            "start": 875139630,
            "stop": 875139669
        },
        {
            "start": 875139689,
            "stop": 875139761
        },
        {
            "start": 875139803,
            "stop": 875139869
        },
        {
            "start": 875139888,
            "stop": 875139942
        },
        {
            "start": 875139961,
            "stop": 875140013
        },
        {
            "start": 875140033,
            "stop": 875140067
        }
    ]
}