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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=55",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 56,
    "results": [
        {
            "start": 816173532,
            "stop": 816173566
        },
        {
            "start": 816173569,
            "stop": 816173752
        },
        {
            "start": 816173755,
            "stop": 816173793
        },
        {
            "start": 816173796,
            "stop": 816173836
        },
        {
            "start": 816173840,
            "stop": 816173962
        },
        {
            "start": 816173966,
            "stop": 816174058
        },
        {
            "start": 816174062,
            "stop": 816174113
        },
        {
            "start": 816174116,
            "stop": 816174163
        },
        {
            "start": 816174166,
            "stop": 816174197
        },
        {
            "start": 816174200,
            "stop": 816174306
        },
        {
            "start": 816174309,
            "stop": 816174471
        },
        {
            "start": 816174474,
            "stop": 816174527
        },
        {
            "start": 816174530,
            "stop": 816174547
        },
        {
            "start": 816174549,
            "stop": 816174656
        },
        {
            "start": 816174659,
            "stop": 816175121
        },
        {
            "start": 816175124,
            "stop": 816175184
        },
        {
            "start": 816175187,
            "stop": 816175202
        },
        {
            "start": 816175205,
            "stop": 816175320
        },
        {
            "start": 816175323,
            "stop": 816175325
        },
        {
            "start": 816175329,
            "stop": 816175369
        }
    ]
}