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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=133",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 134,
    "results": [
        {
            "start": 852656763,
            "stop": 852660417
        },
        {
            "start": 852660527,
            "stop": 852663965
        },
        {
            "start": 852664031,
            "stop": 852679340
        },
        {
            "start": 852690020,
            "stop": 852691892
        },
        {
            "start": 852691943,
            "stop": 852692149
        },
        {
            "start": 852695528,
            "stop": 852698003
        },
        {
            "start": 852712499,
            "stop": 852715738
        },
        {
            "start": 852716820,
            "stop": 852794547
        },
        {
            "start": 852795892,
            "stop": 852828278
        },
        {
            "start": 852829997,
            "stop": 852833715
        },
        {
            "start": 852833870,
            "stop": 852838648
        },
        {
            "start": 852838751,
            "stop": 852920971
        },
        {
            "start": 852924759,
            "stop": 852924934
        },
        {
            "start": 852924965,
            "stop": 852926259
        },
        {
            "start": 852926497,
            "stop": 852998078
        },
        {
            "start": 853023583,
            "stop": 853024168
        },
        {
            "start": 853024526,
            "stop": 853098913
        },
        {
            "start": 853099012,
            "stop": 853196733
        },
        {
            "start": 853199741,
            "stop": 853206713
        },
        {
            "start": 853206851,
            "stop": 853264018
        }
    ]
}