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=970
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=971",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=969",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 970,
    "results": [
        {
            "start": 1251707180,
            "stop": 1251707213
        },
        {
            "start": 1251707218,
            "stop": 1251707348
        },
        {
            "start": 1251707353,
            "stop": 1251707365
        },
        {
            "start": 1251707370,
            "stop": 1251707501
        },
        {
            "start": 1251707506,
            "stop": 1251707655
        },
        {
            "start": 1251707660,
            "stop": 1251707958
        },
        {
            "start": 1251707963,
            "stop": 1251707968
        },
        {
            "start": 1251707973,
            "stop": 1251708126
        },
        {
            "start": 1251708131,
            "stop": 1251708162
        },
        {
            "start": 1251708167,
            "stop": 1251708184
        },
        {
            "start": 1251708187,
            "stop": 1251708289
        },
        {
            "start": 1251708292,
            "stop": 1251708390
        },
        {
            "start": 1251708395,
            "stop": 1251708669
        },
        {
            "start": 1251708674,
            "stop": 1251708803
        },
        {
            "start": 1251708808,
            "stop": 1251709024
        },
        {
            "start": 1251709028,
            "stop": 1251709089
        },
        {
            "start": 1251709093,
            "stop": 1251709096
        },
        {
            "start": 1251709101,
            "stop": 1251709123
        },
        {
            "start": 1251709128,
            "stop": 1251709140
        },
        {
            "start": 1251709145,
            "stop": 1251709184
        }
    ]
}