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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=227",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 228,
    "results": [
        {
            "start": 820198617,
            "stop": 820198662
        },
        {
            "start": 820198665,
            "stop": 820198828
        },
        {
            "start": 820198831,
            "stop": 820198907
        },
        {
            "start": 820198910,
            "stop": 820199027
        },
        {
            "start": 820199031,
            "stop": 820199041
        },
        {
            "start": 820199048,
            "stop": 820199051
        },
        {
            "start": 820199054,
            "stop": 820199104
        },
        {
            "start": 820199107,
            "stop": 820199137
        },
        {
            "start": 820199143,
            "stop": 820199150
        },
        {
            "start": 820199156,
            "stop": 820199159
        },
        {
            "start": 820199163,
            "stop": 820199182
        },
        {
            "start": 820199185,
            "stop": 820199214
        },
        {
            "start": 820199217,
            "stop": 820199240
        },
        {
            "start": 820199244,
            "stop": 820199281
        },
        {
            "start": 820202752,
            "stop": 820202756
        },
        {
            "start": 820202759,
            "stop": 820202767
        },
        {
            "start": 820202770,
            "stop": 820202831
        },
        {
            "start": 820202834,
            "stop": 820202843
        },
        {
            "start": 820202846,
            "stop": 820202876
        },
        {
            "start": 820202879,
            "stop": 820202967
        }
    ]
}