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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=172",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 173,
    "results": [
        {
            "start": 819971009,
            "stop": 819971127
        },
        {
            "start": 819971130,
            "stop": 819971163
        },
        {
            "start": 819971167,
            "stop": 819971293
        },
        {
            "start": 819971296,
            "stop": 819971476
        },
        {
            "start": 819971479,
            "stop": 819971499
        },
        {
            "start": 819971503,
            "stop": 819971635
        },
        {
            "start": 819971638,
            "stop": 819971732
        },
        {
            "start": 819971735,
            "stop": 819971808
        },
        {
            "start": 819971812,
            "stop": 819971824
        },
        {
            "start": 819971827,
            "stop": 819971829
        },
        {
            "start": 819971832,
            "stop": 819971835
        },
        {
            "start": 819971838,
            "stop": 819972058
        },
        {
            "start": 819972061,
            "stop": 819972244
        },
        {
            "start": 819972248,
            "stop": 819972318
        },
        {
            "start": 819972321,
            "stop": 819972323
        },
        {
            "start": 819972326,
            "stop": 819972330
        },
        {
            "start": 819972334,
            "stop": 819972483
        },
        {
            "start": 819972486,
            "stop": 819972576
        },
        {
            "start": 819972580,
            "stop": 819972731
        },
        {
            "start": 819972734,
            "stop": 819972736
        }
    ]
}