Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=93",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 94,
    "results": [
        {
            "start": 1259317439,
            "stop": 1259318089
        },
        {
            "start": 1259318092,
            "stop": 1259318488
        },
        {
            "start": 1259318491,
            "stop": 1259318574
        },
        {
            "start": 1259318576,
            "stop": 1259321223
        },
        {
            "start": 1259321228,
            "stop": 1259321535
        },
        {
            "start": 1259321539,
            "stop": 1259321687
        },
        {
            "start": 1259321692,
            "stop": 1259322651
        },
        {
            "start": 1259322654,
            "stop": 1259324886
        },
        {
            "start": 1259324888,
            "stop": 1259326412
        },
        {
            "start": 1259326416,
            "stop": 1259328136
        },
        {
            "start": 1259328140,
            "stop": 1259328823
        },
        {
            "start": 1259328827,
            "stop": 1259332405
        },
        {
            "start": 1259332408,
            "stop": 1259332449
        },
        {
            "start": 1259332453,
            "stop": 1259333195
        },
        {
            "start": 1259333200,
            "stop": 1259334466
        },
        {
            "start": 1259334469,
            "stop": 1259334883
        },
        {
            "start": 1259334886,
            "stop": 1259336605
        },
        {
            "start": 1259336606,
            "stop": 1259337596
        },
        {
            "start": 1259337600,
            "stop": 1259338515
        },
        {
            "start": 1259338518,
            "stop": 1259338595
        }
    ]
}