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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=298",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 299,
    "results": [
        {
            "start": 1377795550,
            "stop": 1377797165
        },
        {
            "start": 1377797167,
            "stop": 1377797846
        },
        {
            "start": 1377797848,
            "stop": 1377799114
        },
        {
            "start": 1377799115,
            "stop": 1377799451
        },
        {
            "start": 1377799452,
            "stop": 1377800102
        },
        {
            "start": 1377800104,
            "stop": 1377802773
        },
        {
            "start": 1377802774,
            "stop": 1377805036
        },
        {
            "start": 1377805038,
            "stop": 1377805885
        },
        {
            "start": 1377805887,
            "stop": 1377807447
        },
        {
            "start": 1377807449,
            "stop": 1377808334
        },
        {
            "start": 1377808336,
            "stop": 1377809814
        },
        {
            "start": 1377809816,
            "stop": 1377810865
        },
        {
            "start": 1377810866,
            "stop": 1377812731
        },
        {
            "start": 1377812732,
            "stop": 1377813823
        },
        {
            "start": 1377813825,
            "stop": 1377815321
        },
        {
            "start": 1377815322,
            "stop": 1377816483
        },
        {
            "start": 1377816484,
            "stop": 1377819370
        },
        {
            "start": 1377819372,
            "stop": 1377820187
        },
        {
            "start": 1377823360,
            "stop": 1377824083
        },
        {
            "start": 1377824084,
            "stop": 1377826069
        }
    ]
}