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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5090",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5091,
    "results": [
        {
            "start": 874663422,
            "stop": 874663509
        },
        {
            "start": 874663529,
            "stop": 874663548
        },
        {
            "start": 874663567,
            "stop": 874663649
        },
        {
            "start": 874663668,
            "stop": 874663751
        },
        {
            "start": 874663770,
            "stop": 874663867
        },
        {
            "start": 874663887,
            "stop": 874663889
        },
        {
            "start": 874663908,
            "stop": 874663963
        },
        {
            "start": 874663997,
            "stop": 874664103
        },
        {
            "start": 874664122,
            "stop": 874664234
        },
        {
            "start": 874664253,
            "stop": 874664306
        },
        {
            "start": 874664325,
            "stop": 874664455
        },
        {
            "start": 874664474,
            "stop": 874664490
        },
        {
            "start": 874664509,
            "stop": 874664531
        },
        {
            "start": 874664550,
            "stop": 874664627
        },
        {
            "start": 874664646,
            "stop": 874664877
        },
        {
            "start": 874664897,
            "stop": 874665051
        },
        {
            "start": 874665109,
            "stop": 874665137
        },
        {
            "start": 874665205,
            "stop": 874665233
        },
        {
            "start": 874665261,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874665350
        }
    ]
}