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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=256",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 257,
    "results": [
        {
            "start": 1240035558,
            "stop": 1240035608
        },
        {
            "start": 1240035609,
            "stop": 1240035664
        },
        {
            "start": 1240035668,
            "stop": 1240035701
        },
        {
            "start": 1240035709,
            "stop": 1240035728
        },
        {
            "start": 1240035729,
            "stop": 1240035793
        },
        {
            "start": 1240035797,
            "stop": 1240035848
        },
        {
            "start": 1240035849,
            "stop": 1240035997
        },
        {
            "start": 1240036002,
            "stop": 1240036005
        },
        {
            "start": 1240036010,
            "stop": 1240036028
        },
        {
            "start": 1240036029,
            "stop": 1240036118
        },
        {
            "start": 1240036128,
            "stop": 1240036148
        },
        {
            "start": 1240036149,
            "stop": 1240036268
        },
        {
            "start": 1240036269,
            "stop": 1240036272
        },
        {
            "start": 1240036277,
            "stop": 1240036357
        },
        {
            "start": 1240036360,
            "stop": 1240036386
        },
        {
            "start": 1240036391,
            "stop": 1240036468
        },
        {
            "start": 1240036473,
            "stop": 1240036508
        },
        {
            "start": 1240036509,
            "stop": 1240036628
        },
        {
            "start": 1240036629,
            "stop": 1240036682
        },
        {
            "start": 1240036687,
            "stop": 1240036748
        }
    ]
}