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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=303",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 304,
    "results": [
        {
            "start": 872701570,
            "stop": 872702813
        },
        {
            "start": 872703064,
            "stop": 872709524
        },
        {
            "start": 872718225,
            "stop": 872720537
        },
        {
            "start": 872720714,
            "stop": 872721015
        },
        {
            "start": 872721248,
            "stop": 872728118
        },
        {
            "start": 872729933,
            "stop": 872731484
        },
        {
            "start": 872747713,
            "stop": 872756837
        },
        {
            "start": 872757750,
            "stop": 872767034
        },
        {
            "start": 872769610,
            "stop": 872778516
        },
        {
            "start": 872779075,
            "stop": 872779454
        },
        {
            "start": 872779670,
            "stop": 872785551
        },
        {
            "start": 872785760,
            "stop": 872808062
        },
        {
            "start": 872808488,
            "stop": 872819691
        },
        {
            "start": 872820529,
            "stop": 872841220
        },
        {
            "start": 872842448,
            "stop": 872856474
        },
        {
            "start": 872857504,
            "stop": 872867834
        },
        {
            "start": 872868032,
            "stop": 872873878
        },
        {
            "start": 872876710,
            "stop": 872880786
        },
        {
            "start": 872880968,
            "stop": 872881760
        },
        {
            "start": 872881955,
            "stop": 872925801
        }
    ]
}