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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 195,
    "results": [
        {
            "start": 1420545697,
            "stop": 1420546027
        },
        {
            "start": 1420546031,
            "stop": 1420546389
        },
        {
            "start": 1420546391,
            "stop": 1420546711
        },
        {
            "start": 1420546717,
            "stop": 1420548295
        },
        {
            "start": 1420548296,
            "stop": 1420549255
        },
        {
            "start": 1420549256,
            "stop": 1420550483
        },
        {
            "start": 1420550487,
            "stop": 1420553343
        },
        {
            "start": 1420553367,
            "stop": 1420553379
        },
        {
            "start": 1420553387,
            "stop": 1420553393
        },
        {
            "start": 1420553411,
            "stop": 1420553651
        },
        {
            "start": 1420553667,
            "stop": 1420553731
        },
        {
            "start": 1420553735,
            "stop": 1420553879
        },
        {
            "start": 1420553887,
            "stop": 1420553969
        },
        {
            "start": 1420553971,
            "stop": 1420554051
        },
        {
            "start": 1420554059,
            "stop": 1420554063
        },
        {
            "start": 1420554079,
            "stop": 1420554099
        },
        {
            "start": 1420554111,
            "stop": 1420554131
        },
        {
            "start": 1420554136,
            "stop": 1420554155
        },
        {
            "start": 1420554159,
            "stop": 1420554229
        },
        {
            "start": 1420554230,
            "stop": 1420554290
        }
    ]
}