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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=241",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 242,
    "results": [
        {
            "start": 1422007661,
            "stop": 1422007673
        },
        {
            "start": 1422007677,
            "stop": 1422007689
        },
        {
            "start": 1422007697,
            "stop": 1422007889
        },
        {
            "start": 1422007890,
            "stop": 1422007918
        },
        {
            "start": 1422007919,
            "stop": 1422008061
        },
        {
            "start": 1422008067,
            "stop": 1422008077
        },
        {
            "start": 1422008081,
            "stop": 1422008163
        },
        {
            "start": 1422008165,
            "stop": 1422008557
        },
        {
            "start": 1422008561,
            "stop": 1422008799
        },
        {
            "start": 1422008800,
            "stop": 1422008961
        },
        {
            "start": 1422008965,
            "stop": 1422009234
        },
        {
            "start": 1422009235,
            "stop": 1422009281
        },
        {
            "start": 1422009289,
            "stop": 1422009294
        },
        {
            "start": 1422009296,
            "stop": 1422009313
        },
        {
            "start": 1422009321,
            "stop": 1422009325
        },
        {
            "start": 1422009329,
            "stop": 1422009409
        },
        {
            "start": 1422009413,
            "stop": 1422009425
        },
        {
            "start": 1422009433,
            "stop": 1422009606
        },
        {
            "start": 1422009608,
            "stop": 1422010737
        },
        {
            "start": 1422010745,
            "stop": 1422011133
        }
    ]
}