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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=111",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 112,
    "results": [
        {
            "start": 1259717229,
            "stop": 1259718536
        },
        {
            "start": 1259718541,
            "stop": 1259719013
        },
        {
            "start": 1259719017,
            "stop": 1259719206
        },
        {
            "start": 1259719209,
            "stop": 1259724852
        },
        {
            "start": 1259724856,
            "stop": 1259724968
        },
        {
            "start": 1259724972,
            "stop": 1259725587
        },
        {
            "start": 1259725591,
            "stop": 1259730474
        },
        {
            "start": 1259730478,
            "stop": 1259732833
        },
        {
            "start": 1259732837,
            "stop": 1259733891
        },
        {
            "start": 1259733983,
            "stop": 1259738534
        },
        {
            "start": 1259738536,
            "stop": 1259739585
        },
        {
            "start": 1259739593,
            "stop": 1259740251
        },
        {
            "start": 1259740336,
            "stop": 1259745616
        },
        {
            "start": 1259745617,
            "stop": 1259745673
        },
        {
            "start": 1259745678,
            "stop": 1259746599
        },
        {
            "start": 1259746679,
            "stop": 1259752947
        },
        {
            "start": 1259753028,
            "stop": 1259757811
        },
        {
            "start": 1259757812,
            "stop": 1259759296
        },
        {
            "start": 1259759377,
            "stop": 1259759823
        },
        {
            "start": 1259759824,
            "stop": 1259760253
        }
    ]
}