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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=111",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 112,
    "results": [
        {
            "start": 1264161926,
            "stop": 1264161929
        },
        {
            "start": 1264161930,
            "stop": 1264161934
        },
        {
            "start": 1264161936,
            "stop": 1264161940
        },
        {
            "start": 1264161941,
            "stop": 1264161943
        },
        {
            "start": 1264161944,
            "stop": 1264161948
        },
        {
            "start": 1264161951,
            "stop": 1264162009
        },
        {
            "start": 1264162010,
            "stop": 1264162013
        },
        {
            "start": 1264162015,
            "stop": 1264162017
        },
        {
            "start": 1264162018,
            "stop": 1264162020
        },
        {
            "start": 1264162022,
            "stop": 1264162041
        },
        {
            "start": 1264162043,
            "stop": 1264162050
        },
        {
            "start": 1264162051,
            "stop": 1264162058
        },
        {
            "start": 1264162060,
            "stop": 1264162075
        },
        {
            "start": 1264162077,
            "stop": 1264162078
        },
        {
            "start": 1264162080,
            "stop": 1264162083
        },
        {
            "start": 1264162085,
            "stop": 1264162093
        },
        {
            "start": 1264162095,
            "stop": 1264162100
        },
        {
            "start": 1264162103,
            "stop": 1264162106
        },
        {
            "start": 1264162109,
            "stop": 1264162110
        },
        {
            "start": 1264162112,
            "stop": 1264162114
        }
    ]
}