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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=311",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 312,
    "results": [
        {
            "start": 1263843969,
            "stop": 1263844116
        },
        {
            "start": 1263844121,
            "stop": 1263844237
        },
        {
            "start": 1263844242,
            "stop": 1263844700
        },
        {
            "start": 1263844703,
            "stop": 1263845426
        },
        {
            "start": 1263845428,
            "stop": 1263845534
        },
        {
            "start": 1263845537,
            "stop": 1263845637
        },
        {
            "start": 1263845639,
            "stop": 1263846071
        },
        {
            "start": 1263846074,
            "stop": 1263846208
        },
        {
            "start": 1263846213,
            "stop": 1263846356
        },
        {
            "start": 1263846357,
            "stop": 1263846854
        },
        {
            "start": 1263846857,
            "stop": 1263846941
        },
        {
            "start": 1263846943,
            "stop": 1263847127
        },
        {
            "start": 1263847128,
            "stop": 1263847173
        },
        {
            "start": 1263847178,
            "stop": 1263847306
        },
        {
            "start": 1263847307,
            "stop": 1263847605
        },
        {
            "start": 1263847609,
            "stop": 1263847654
        },
        {
            "start": 1263847655,
            "stop": 1263847711
        },
        {
            "start": 1263847712,
            "stop": 1263848046
        },
        {
            "start": 1263848048,
            "stop": 1263848054
        },
        {
            "start": 1263848055,
            "stop": 1263848294
        }
    ]
}