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/L1_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/L1_CBCHIGH_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=172",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 173,
    "results": [
        {
            "start": 817299137,
            "stop": 817299147
        },
        {
            "start": 817299155,
            "stop": 817299167
        },
        {
            "start": 817299171,
            "stop": 817299212
        },
        {
            "start": 817299234,
            "stop": 817299256
        },
        {
            "start": 817299259,
            "stop": 817299450
        },
        {
            "start": 817299453,
            "stop": 817299533
        },
        {
            "start": 817299537,
            "stop": 817299553
        },
        {
            "start": 817303239,
            "stop": 817303310
        },
        {
            "start": 817303313,
            "stop": 817303362
        },
        {
            "start": 817303366,
            "stop": 817303449
        },
        {
            "start": 817303452,
            "stop": 817303504
        },
        {
            "start": 817303510,
            "stop": 817303643
        },
        {
            "start": 817303660,
            "stop": 817303669
        },
        {
            "start": 817303672,
            "stop": 817303712
        },
        {
            "start": 817303731,
            "stop": 817303763
        },
        {
            "start": 817303794,
            "stop": 817303879
        },
        {
            "start": 817303900,
            "stop": 817303938
        },
        {
            "start": 817303945,
            "stop": 817303960
        },
        {
            "start": 817303963,
            "stop": 817304141
        },
        {
            "start": 817304144,
            "stop": 817304325
        }
    ]
}