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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=97",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 98,
    "results": [
        {
            "start": 816679882,
            "stop": 816679902
        },
        {
            "start": 816679905,
            "stop": 816679910
        },
        {
            "start": 816679914,
            "stop": 816679935
        },
        {
            "start": 816679964,
            "stop": 816680029
        },
        {
            "start": 816680040,
            "stop": 816680112
        },
        {
            "start": 816680119,
            "stop": 816680230
        },
        {
            "start": 816680239,
            "stop": 816680299
        },
        {
            "start": 816680328,
            "stop": 816680359
        },
        {
            "start": 816680366,
            "stop": 816680394
        },
        {
            "start": 816680401,
            "stop": 816680418
        },
        {
            "start": 816680427,
            "stop": 816680528
        },
        {
            "start": 816680557,
            "stop": 816680591
        },
        {
            "start": 816680598,
            "stop": 816680725
        },
        {
            "start": 816680734,
            "stop": 816680827
        },
        {
            "start": 816680928,
            "stop": 816680941
        },
        {
            "start": 816680952,
            "stop": 816680970
        },
        {
            "start": 816680974,
            "stop": 816681022
        },
        {
            "start": 816681052,
            "stop": 816681213
        },
        {
            "start": 816681222,
            "stop": 816681257
        },
        {
            "start": 816681292,
            "stop": 816681362
        }
    ]
}