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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=236",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 237,
    "results": [
        {
            "start": 1376383208,
            "stop": 1376385474
        },
        {
            "start": 1376385476,
            "stop": 1376386269
        },
        {
            "start": 1376386270,
            "stop": 1376387493
        },
        {
            "start": 1376387494,
            "stop": 1376389185
        },
        {
            "start": 1376389186,
            "stop": 1376389806
        },
        {
            "start": 1376389807,
            "stop": 1376391724
        },
        {
            "start": 1376391726,
            "stop": 1376392213
        },
        {
            "start": 1376392215,
            "stop": 1376393855
        },
        {
            "start": 1376393857,
            "stop": 1376395675
        },
        {
            "start": 1376395677,
            "stop": 1376397992
        },
        {
            "start": 1376397994,
            "stop": 1376398737
        },
        {
            "start": 1376398738,
            "stop": 1376399981
        },
        {
            "start": 1376399983,
            "stop": 1376400417
        },
        {
            "start": 1376400422,
            "stop": 1376402426
        },
        {
            "start": 1376402427,
            "stop": 1376402509
        },
        {
            "start": 1376402510,
            "stop": 1376402556
        },
        {
            "start": 1376402558,
            "stop": 1376402611
        },
        {
            "start": 1376402612,
            "stop": 1376404871
        },
        {
            "start": 1376404873,
            "stop": 1376405816
        },
        {
            "start": 1376405817,
            "stop": 1376407133
        }
    ]
}