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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2193",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2194,
    "results": [
        {
            "start": 872419864,
            "stop": 872420424
        },
        {
            "start": 872420834,
            "stop": 872436590
        },
        {
            "start": 872436592,
            "stop": 872437067
        },
        {
            "start": 872437073,
            "stop": 872437860
        },
        {
            "start": 872437920,
            "stop": 872438872
        },
        {
            "start": 872438875,
            "stop": 872441221
        },
        {
            "start": 872441224,
            "stop": 872442750
        },
        {
            "start": 872443144,
            "stop": 872443415
        },
        {
            "start": 872443418,
            "stop": 872446414
        },
        {
            "start": 872446418,
            "stop": 872446560
        },
        {
            "start": 872446620,
            "stop": 872446648
        },
        {
            "start": 872446652,
            "stop": 872448019
        },
        {
            "start": 872448022,
            "stop": 872450700
        },
        {
            "start": 872450705,
            "stop": 872450722
        },
        {
            "start": 872450733,
            "stop": 872450740
        },
        {
            "start": 872450745,
            "stop": 872450760
        },
        {
            "start": 872450765,
            "stop": 872450904
        },
        {
            "start": 872450906,
            "stop": 872450907
        },
        {
            "start": 872450915,
            "stop": 872450950
        },
        {
            "start": 872450955,
            "stop": 872451720
        }
    ]
}