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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1398",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1396",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1397,
    "results": [
        {
            "start": 970218139,
            "stop": 970219927
        },
        {
            "start": 970221002,
            "stop": 970227397
        },
        {
            "start": 970228735,
            "stop": 970228774
        },
        {
            "start": 970230445,
            "stop": 970230524
        },
        {
            "start": 970230525,
            "stop": 970236113
        },
        {
            "start": 970242799,
            "stop": 970244147
        },
        {
            "start": 970244148,
            "stop": 970244834
        },
        {
            "start": 970244835,
            "stop": 970248863
        },
        {
            "start": 970277660,
            "stop": 970281102
        },
        {
            "start": 970281103,
            "stop": 970287899
        },
        {
            "start": 970287900,
            "stop": 970294488
        },
        {
            "start": 970296010,
            "stop": 970305819
        },
        {
            "start": 970305820,
            "stop": 970306404
        },
        {
            "start": 970306405,
            "stop": 970317030
        },
        {
            "start": 970317032,
            "stop": 970318102
        },
        {
            "start": 970318103,
            "stop": 970319312
        },
        {
            "start": 970373425,
            "stop": 970380296
        },
        {
            "start": 970386032,
            "stop": 970390528
        },
        {
            "start": 970390530,
            "stop": 970405902
        },
        {
            "start": 970406244,
            "stop": 970406877
        }
    ]
}