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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=87",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 88,
    "results": [
        {
            "start": 1259042934,
            "stop": 1259044559
        },
        {
            "start": 1259044560,
            "stop": 1259047182
        },
        {
            "start": 1259047185,
            "stop": 1259047743
        },
        {
            "start": 1259047747,
            "stop": 1259047781
        },
        {
            "start": 1259047786,
            "stop": 1259053783
        },
        {
            "start": 1259053788,
            "stop": 1259053850
        },
        {
            "start": 1259053853,
            "stop": 1259056815
        },
        {
            "start": 1259059382,
            "stop": 1259062078
        },
        {
            "start": 1259062082,
            "stop": 1259063917
        },
        {
            "start": 1259063920,
            "stop": 1259070130
        },
        {
            "start": 1259070134,
            "stop": 1259070302
        },
        {
            "start": 1259070306,
            "stop": 1259072061
        },
        {
            "start": 1259072062,
            "stop": 1259073600
        },
        {
            "start": 1259073604,
            "stop": 1259075906
        },
        {
            "start": 1259075907,
            "stop": 1259077848
        },
        {
            "start": 1259077849,
            "stop": 1259078124
        },
        {
            "start": 1259078129,
            "stop": 1259078495
        },
        {
            "start": 1259078498,
            "stop": 1259081949
        },
        {
            "start": 1259081951,
            "stop": 1259084313
        },
        {
            "start": 1259084315,
            "stop": 1259087572
        }
    ]
}