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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=212",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 213,
    "results": [
        {
            "start": 820431837,
            "stop": 820432732
        },
        {
            "start": 820432740,
            "stop": 820433417
        },
        {
            "start": 820433424,
            "stop": 820433747
        },
        {
            "start": 820435406,
            "stop": 820435550
        },
        {
            "start": 820435558,
            "stop": 820435722
        },
        {
            "start": 820435729,
            "stop": 820435913
        },
        {
            "start": 820435920,
            "stop": 820438072
        },
        {
            "start": 820438079,
            "stop": 820439661
        },
        {
            "start": 820439668,
            "stop": 820440868
        },
        {
            "start": 820440876,
            "stop": 820441532
        },
        {
            "start": 820441550,
            "stop": 820441852
        },
        {
            "start": 820441859,
            "stop": 820442483
        },
        {
            "start": 820442490,
            "stop": 820443249
        },
        {
            "start": 820443744,
            "stop": 820443921
        },
        {
            "start": 820444146,
            "stop": 820445171
        },
        {
            "start": 820445178,
            "stop": 820445345
        },
        {
            "start": 820445353,
            "stop": 820446478
        },
        {
            "start": 820446486,
            "stop": 820449289
        },
        {
            "start": 820449297,
            "stop": 820450515
        },
        {
            "start": 820450522,
            "stop": 820450977
        }
    ]
}