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_CBC_CAT2/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=43",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 44,
    "results": [
        {
            "start": 1262675986,
            "stop": 1262675996
        },
        {
            "start": 1262675999,
            "stop": 1262676024
        },
        {
            "start": 1262676027,
            "stop": 1262676061
        },
        {
            "start": 1262676063,
            "stop": 1262676181
        },
        {
            "start": 1262676183,
            "stop": 1262676200
        },
        {
            "start": 1262676202,
            "stop": 1262676229
        },
        {
            "start": 1262676230,
            "stop": 1262676231
        },
        {
            "start": 1262676233,
            "stop": 1262676431
        },
        {
            "start": 1262676433,
            "stop": 1262676444
        },
        {
            "start": 1262676449,
            "stop": 1262676481
        },
        {
            "start": 1262676484,
            "stop": 1262676515
        },
        {
            "start": 1262676517,
            "stop": 1262676571
        },
        {
            "start": 1262676573,
            "stop": 1262676717
        },
        {
            "start": 1262676720,
            "stop": 1262676727
        },
        {
            "start": 1262676730,
            "stop": 1262676788
        },
        {
            "start": 1262676790,
            "stop": 1262676796
        },
        {
            "start": 1262676798,
            "stop": 1262676824
        },
        {
            "start": 1262676826,
            "stop": 1262676902
        },
        {
            "start": 1262676904,
            "stop": 1262676909
        },
        {
            "start": 1262676912,
            "stop": 1262677262
        }
    ]
}