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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=148",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 149,
    "results": [
        {
            "start": 1264336787,
            "stop": 1264336795
        },
        {
            "start": 1264336800,
            "stop": 1264336802
        },
        {
            "start": 1264336803,
            "stop": 1264336811
        },
        {
            "start": 1264336812,
            "stop": 1264336816
        },
        {
            "start": 1264336817,
            "stop": 1264336818
        },
        {
            "start": 1264336827,
            "stop": 1264336833
        },
        {
            "start": 1264336835,
            "stop": 1264336897
        },
        {
            "start": 1264336900,
            "stop": 1264336903
        },
        {
            "start": 1264336904,
            "stop": 1264336908
        },
        {
            "start": 1264336910,
            "stop": 1264336914
        },
        {
            "start": 1264336915,
            "stop": 1264336918
        },
        {
            "start": 1264336919,
            "stop": 1264336920
        },
        {
            "start": 1264336921,
            "stop": 1264336926
        },
        {
            "start": 1264336927,
            "stop": 1264336929
        },
        {
            "start": 1264336930,
            "stop": 1264336939
        },
        {
            "start": 1264336945,
            "stop": 1264336947
        },
        {
            "start": 1264336954,
            "stop": 1264336960
        },
        {
            "start": 1264336961,
            "stop": 1264336969
        },
        {
            "start": 1264336971,
            "stop": 1264336972
        },
        {
            "start": 1264336976,
            "stop": 1264336977
        }
    ]
}