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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=6",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 7,
    "results": [
        {
            "start": 817048430,
            "stop": 817050839
        },
        {
            "start": 817059261,
            "stop": 817061473
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118459,
            "stop": 817118517
        },
        {
            "start": 817118585,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817120124
        },
        {
            "start": 817123028,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817125671
        },
        {
            "start": 817130229,
            "stop": 817141721
        },
        {
            "start": 817141725,
            "stop": 817142751
        },
        {
            "start": 817145310,
            "stop": 817147273
        },
        {
            "start": 817161030,
            "stop": 817167188
        },
        {
            "start": 817167773,
            "stop": 817171759
        },
        {
            "start": 817198996,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817207258
        },
        {
            "start": 817207370,
            "stop": 817211988
        },
        {
            "start": 817214813,
            "stop": 817218013
        },
        {
            "start": 817223233,
            "stop": 817229293
        },
        {
            "start": 817230920,
            "stop": 817231693
        },
        {
            "start": 817232358,
            "stop": 817232713
        }
    ]
}