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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=132",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 133,
    "results": [
        {
            "start": 852415922,
            "stop": 852416682
        },
        {
            "start": 852416995,
            "stop": 852423726
        },
        {
            "start": 852425426,
            "stop": 852427008
        },
        {
            "start": 852427371,
            "stop": 852427799
        },
        {
            "start": 852430257,
            "stop": 852430258
        },
        {
            "start": 852430562,
            "stop": 852440093
        },
        {
            "start": 852442901,
            "stop": 852493285
        },
        {
            "start": 852494303,
            "stop": 852566261
        },
        {
            "start": 852567776,
            "stop": 852569102
        },
        {
            "start": 852569344,
            "stop": 852574796
        },
        {
            "start": 852574938,
            "stop": 852581094
        },
        {
            "start": 852582016,
            "stop": 852585652
        },
        {
            "start": 852585768,
            "stop": 852585858
        },
        {
            "start": 852585969,
            "stop": 852587096
        },
        {
            "start": 852587170,
            "stop": 852590552
        },
        {
            "start": 852590611,
            "stop": 852590632
        },
        {
            "start": 852590757,
            "stop": 852595500
        },
        {
            "start": 852597931,
            "stop": 852641071
        },
        {
            "start": 852641406,
            "stop": 852644894
        },
        {
            "start": 852648479,
            "stop": 852648678
        }
    ]
}