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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=308",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 309,
    "results": [
        {
            "start": 1263788271,
            "stop": 1263790363
        },
        {
            "start": 1263790368,
            "stop": 1263791984
        },
        {
            "start": 1263791989,
            "stop": 1263793086
        },
        {
            "start": 1263793090,
            "stop": 1263793710
        },
        {
            "start": 1263793712,
            "stop": 1263793731
        },
        {
            "start": 1263793736,
            "stop": 1263794368
        },
        {
            "start": 1263794371,
            "stop": 1263794643
        },
        {
            "start": 1263794646,
            "stop": 1263794728
        },
        {
            "start": 1263794731,
            "stop": 1263794744
        },
        {
            "start": 1263794747,
            "stop": 1263794758
        },
        {
            "start": 1263794762,
            "stop": 1263794774
        },
        {
            "start": 1263794776,
            "stop": 1263794786
        },
        {
            "start": 1263794788,
            "stop": 1263794934
        },
        {
            "start": 1263794936,
            "stop": 1263795003
        },
        {
            "start": 1263795006,
            "stop": 1263795012
        },
        {
            "start": 1263806320,
            "stop": 1263806336
        },
        {
            "start": 1263806341,
            "stop": 1263806415
        },
        {
            "start": 1263806418,
            "stop": 1263806425
        },
        {
            "start": 1263806430,
            "stop": 1263806451
        },
        {
            "start": 1263806454,
            "stop": 1263807960
        }
    ]
}