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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=240",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 241,
    "results": [
        {
            "start": 1264402589,
            "stop": 1264402657
        },
        {
            "start": 1264402659,
            "stop": 1264402671
        },
        {
            "start": 1264402673,
            "stop": 1264402677
        },
        {
            "start": 1264402681,
            "stop": 1264402685
        },
        {
            "start": 1264402687,
            "stop": 1264402688
        },
        {
            "start": 1264402689,
            "stop": 1264402744
        },
        {
            "start": 1264402745,
            "stop": 1264402763
        },
        {
            "start": 1264402764,
            "stop": 1264402779
        },
        {
            "start": 1264402782,
            "stop": 1264402784
        },
        {
            "start": 1264402787,
            "stop": 1264402794
        },
        {
            "start": 1264402795,
            "stop": 1264402802
        },
        {
            "start": 1264402803,
            "stop": 1264402804
        },
        {
            "start": 1264402805,
            "stop": 1264402810
        },
        {
            "start": 1264402812,
            "stop": 1264402829
        },
        {
            "start": 1264402831,
            "stop": 1264402870
        },
        {
            "start": 1264402874,
            "stop": 1264402888
        },
        {
            "start": 1264402892,
            "stop": 1264402916
        },
        {
            "start": 1264402918,
            "stop": 1264402949
        },
        {
            "start": 1264402952,
            "stop": 1264402983
        },
        {
            "start": 1264402986,
            "stop": 1264402998
        }
    ]
}