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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=58",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 59,
    "results": [
        {
            "start": 1251303155,
            "stop": 1251349118
        },
        {
            "start": 1251349335,
            "stop": 1251383259
        },
        {
            "start": 1251385006,
            "stop": 1251389302
        },
        {
            "start": 1251389318,
            "stop": 1251389741
        },
        {
            "start": 1251393547,
            "stop": 1251471086
        },
        {
            "start": 1251474145,
            "stop": 1251500578
        },
        {
            "start": 1251502246,
            "stop": 1251523229
        },
        {
            "start": 1251543715,
            "stop": 1251572387
        },
        {
            "start": 1251572403,
            "stop": 1251593800
        },
        {
            "start": 1251595366,
            "stop": 1251644468
        },
        {
            "start": 1251661413,
            "stop": 1251683439
        },
        {
            "start": 1251685792,
            "stop": 1251701244
        },
        {
            "start": 1251728047,
            "stop": 1251881632
        },
        {
            "start": 1251881648,
            "stop": 1251931424
        },
        {
            "start": 1251931440,
            "stop": 1251957729
        },
        {
            "start": 1251957875,
            "stop": 1251962090
        },
        {
            "start": 1251971985,
            "stop": 1251972307
        },
        {
            "start": 1251972333,
            "stop": 1251974587
        },
        {
            "start": 1251975987,
            "stop": 1251976206
        },
        {
            "start": 1251981981,
            "stop": 1251985810
        }
    ]
}