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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=247",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 248,
    "results": [
        {
            "start": 1376645976,
            "stop": 1376645977
        },
        {
            "start": 1376645978,
            "stop": 1376646081
        },
        {
            "start": 1376646085,
            "stop": 1376646920
        },
        {
            "start": 1376646921,
            "stop": 1376647394
        },
        {
            "start": 1376647396,
            "stop": 1376648723
        },
        {
            "start": 1376648725,
            "stop": 1376649445
        },
        {
            "start": 1376649446,
            "stop": 1376649663
        },
        {
            "start": 1376649665,
            "stop": 1376650210
        },
        {
            "start": 1376650212,
            "stop": 1376650941
        },
        {
            "start": 1376650942,
            "stop": 1376651932
        },
        {
            "start": 1376651934,
            "stop": 1376651946
        },
        {
            "start": 1376651950,
            "stop": 1376652220
        },
        {
            "start": 1376652221,
            "stop": 1376653157
        },
        {
            "start": 1376653158,
            "stop": 1376653943
        },
        {
            "start": 1376653944,
            "stop": 1376654061
        },
        {
            "start": 1376654063,
            "stop": 1376654955
        },
        {
            "start": 1376654957,
            "stop": 1376655418
        },
        {
            "start": 1376655419,
            "stop": 1376656090
        },
        {
            "start": 1376656091,
            "stop": 1376656218
        },
        {
            "start": 1376656220,
            "stop": 1376656874
        }
    ]
}