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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7632",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7630",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7631,
    "results": [
        {
            "start": 970852751,
            "stop": 970852763
        },
        {
            "start": 970852766,
            "stop": 970852936
        },
        {
            "start": 970853056,
            "stop": 970853176
        },
        {
            "start": 970853296,
            "stop": 970853331
        },
        {
            "start": 970853334,
            "stop": 970853366
        },
        {
            "start": 970853369,
            "stop": 970853406
        },
        {
            "start": 970853409,
            "stop": 970853412
        },
        {
            "start": 970853415,
            "stop": 970853460
        },
        {
            "start": 970853463,
            "stop": 970853466
        },
        {
            "start": 970853469,
            "stop": 970853480
        },
        {
            "start": 970853483,
            "stop": 970853488
        },
        {
            "start": 970853496,
            "stop": 970853500
        },
        {
            "start": 970853503,
            "stop": 970853505
        },
        {
            "start": 970853509,
            "stop": 970853536
        },
        {
            "start": 970853724,
            "stop": 970853802
        },
        {
            "start": 970853805,
            "stop": 970853908
        },
        {
            "start": 970853911,
            "stop": 970854004
        },
        {
            "start": 970854007,
            "stop": 970854011
        },
        {
            "start": 970854014,
            "stop": 970854016
        },
        {
            "start": 970854204,
            "stop": 970854231
        }
    ]
}