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_CBC_CAT2/segments?format=api&page=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=151",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 152,
    "results": [
        {
            "start": 1264339656,
            "stop": 1264339657
        },
        {
            "start": 1264339658,
            "stop": 1264339666
        },
        {
            "start": 1264339667,
            "stop": 1264339776
        },
        {
            "start": 1264339781,
            "stop": 1264339791
        },
        {
            "start": 1264339796,
            "stop": 1264339802
        },
        {
            "start": 1264339803,
            "stop": 1264339805
        },
        {
            "start": 1264339808,
            "stop": 1264340085
        },
        {
            "start": 1264340086,
            "stop": 1264340089
        },
        {
            "start": 1264340091,
            "stop": 1264340092
        },
        {
            "start": 1264340094,
            "stop": 1264340095
        },
        {
            "start": 1264340099,
            "stop": 1264340101
        },
        {
            "start": 1264340102,
            "stop": 1264340106
        },
        {
            "start": 1264340108,
            "stop": 1264340110
        },
        {
            "start": 1264340120,
            "stop": 1264340122
        },
        {
            "start": 1264340124,
            "stop": 1264341197
        },
        {
            "start": 1264341199,
            "stop": 1264341200
        },
        {
            "start": 1264341205,
            "stop": 1264341206
        },
        {
            "start": 1264341209,
            "stop": 1264341210
        },
        {
            "start": 1264341212,
            "stop": 1264341214
        },
        {
            "start": 1264341222,
            "stop": 1264341223
        }
    ]
}