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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=295",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 296,
    "results": [
        {
            "start": 1377706483,
            "stop": 1377706989
        },
        {
            "start": 1377706991,
            "stop": 1377708493
        },
        {
            "start": 1377708495,
            "stop": 1377710993
        },
        {
            "start": 1377710995,
            "stop": 1377711074
        },
        {
            "start": 1377711078,
            "stop": 1377711573
        },
        {
            "start": 1377711575,
            "stop": 1377713295
        },
        {
            "start": 1377713297,
            "stop": 1377713912
        },
        {
            "start": 1377713913,
            "stop": 1377715509
        },
        {
            "start": 1377715510,
            "stop": 1377718763
        },
        {
            "start": 1377718764,
            "stop": 1377720397
        },
        {
            "start": 1377720401,
            "stop": 1377720858
        },
        {
            "start": 1377720860,
            "stop": 1377721897
        },
        {
            "start": 1377721899,
            "stop": 1377723557
        },
        {
            "start": 1377723558,
            "stop": 1377724667
        },
        {
            "start": 1377724669,
            "stop": 1377726469
        },
        {
            "start": 1377726470,
            "stop": 1377728669
        },
        {
            "start": 1377728671,
            "stop": 1377729819
        },
        {
            "start": 1377729821,
            "stop": 1377731338
        },
        {
            "start": 1377731339,
            "stop": 1377732559
        },
        {
            "start": 1377732560,
            "stop": 1377734311
        }
    ]
}