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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=23",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 24,
    "results": [
        {
            "start": 1175559005,
            "stop": 1175590797
        },
        {
            "start": 1175592589,
            "stop": 1175629793
        },
        {
            "start": 1175635488,
            "stop": 1175635671
        },
        {
            "start": 1175640228,
            "stop": 1175640601
        },
        {
            "start": 1175643634,
            "stop": 1175645341
        },
        {
            "start": 1175645376,
            "stop": 1175674868
        },
        {
            "start": 1175681748,
            "stop": 1175693186
        },
        {
            "start": 1175696778,
            "stop": 1175705334
        },
        {
            "start": 1175707282,
            "stop": 1175713574
        },
        {
            "start": 1175713728,
            "stop": 1175713874
        },
        {
            "start": 1175714159,
            "stop": 1175714174
        },
        {
            "start": 1175714374,
            "stop": 1175726426
        },
        {
            "start": 1175730458,
            "stop": 1175761375
        },
        {
            "start": 1175763831,
            "stop": 1175771194
        },
        {
            "start": 1175773802,
            "stop": 1175787563
        },
        {
            "start": 1175789870,
            "stop": 1175805747
        },
        {
            "start": 1175809044,
            "stop": 1175826548
        },
        {
            "start": 1175828407,
            "stop": 1175861674
        },
        {
            "start": 1175864788,
            "stop": 1175894543
        },
        {
            "start": 1175897248,
            "stop": 1175901242
        }
    ]
}