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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=177",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 178,
    "results": [
        {
            "start": 1261423553,
            "stop": 1261425867
        },
        {
            "start": 1261425869,
            "stop": 1261427737
        },
        {
            "start": 1261427738,
            "stop": 1261429378
        },
        {
            "start": 1261429383,
            "stop": 1261430276
        },
        {
            "start": 1261430279,
            "stop": 1261432943
        },
        {
            "start": 1261436872,
            "stop": 1261436945
        },
        {
            "start": 1261436948,
            "stop": 1261437436
        },
        {
            "start": 1261437439,
            "stop": 1261437485
        },
        {
            "start": 1261437487,
            "stop": 1261437526
        },
        {
            "start": 1261437529,
            "stop": 1261437931
        },
        {
            "start": 1261437933,
            "stop": 1261438869
        },
        {
            "start": 1261438874,
            "stop": 1261438939
        },
        {
            "start": 1261438942,
            "stop": 1261443048
        },
        {
            "start": 1261443050,
            "stop": 1261443310
        },
        {
            "start": 1261447326,
            "stop": 1261447474
        },
        {
            "start": 1261447480,
            "stop": 1261447600
        },
        {
            "start": 1261447603,
            "stop": 1261448658
        },
        {
            "start": 1261448661,
            "stop": 1261449535
        },
        {
            "start": 1261449540,
            "stop": 1261449870
        },
        {
            "start": 1261449873,
            "stop": 1261450517
        }
    ]
}