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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4792",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4793,
    "results": [
        {
            "start": 874619638,
            "stop": 874619656
        },
        {
            "start": 874619675,
            "stop": 874619690
        },
        {
            "start": 874619711,
            "stop": 874619715
        },
        {
            "start": 874619744,
            "stop": 874619787
        },
        {
            "start": 874619813,
            "stop": 874619825
        },
        {
            "start": 874619844,
            "stop": 874619880
        },
        {
            "start": 874619940,
            "stop": 874620020
        },
        {
            "start": 874620039,
            "stop": 874620042
        },
        {
            "start": 874620062,
            "stop": 874620071
        },
        {
            "start": 874620106,
            "stop": 874620116
        },
        {
            "start": 874620135,
            "stop": 874620147
        },
        {
            "start": 874620167,
            "stop": 874620232
        },
        {
            "start": 874620257,
            "stop": 874620259
        },
        {
            "start": 874620290,
            "stop": 874620334
        },
        {
            "start": 874620358,
            "stop": 874620388
        },
        {
            "start": 874620408,
            "stop": 874620413
        },
        {
            "start": 874620660,
            "stop": 874620690
        },
        {
            "start": 874620724,
            "stop": 874620741
        },
        {
            "start": 874620761,
            "stop": 874620780
        },
        {
            "start": 874620900,
            "stop": 874620913
        }
    ]
}