Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=256
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=255",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 256,
    "results": [
        {
            "start": 1174133578,
            "stop": 1174134492
        },
        {
            "start": 1174134494,
            "stop": 1174135680
        },
        {
            "start": 1174135682,
            "stop": 1174136608
        },
        {
            "start": 1174136610,
            "stop": 1174137865
        },
        {
            "start": 1174137867,
            "stop": 1174139010
        },
        {
            "start": 1174139012,
            "stop": 1174140255
        },
        {
            "start": 1174168113,
            "stop": 1174169373
        },
        {
            "start": 1174172664,
            "stop": 1174173517
        },
        {
            "start": 1174173519,
            "stop": 1174175506
        },
        {
            "start": 1174175508,
            "stop": 1174177275
        },
        {
            "start": 1174177277,
            "stop": 1174177714
        },
        {
            "start": 1174177718,
            "stop": 1174178839
        },
        {
            "start": 1174178841,
            "stop": 1174178893
        },
        {
            "start": 1174180951,
            "stop": 1174181531
        },
        {
            "start": 1174181535,
            "stop": 1174181735
        },
        {
            "start": 1174181737,
            "stop": 1174183112
        },
        {
            "start": 1174183114,
            "stop": 1174183554
        },
        {
            "start": 1174183557,
            "stop": 1174183658
        },
        {
            "start": 1174185376,
            "stop": 1174186331
        },
        {
            "start": 1174186333,
            "stop": 1174187579
        }
    ]
}