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=10164
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=10165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10163",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10164,
    "results": [
        {
            "start": 873781725,
            "stop": 873781860
        },
        {
            "start": 873781870,
            "stop": 873781993
        },
        {
            "start": 873782029,
            "stop": 873782139
        },
        {
            "start": 873782147,
            "stop": 873782275
        },
        {
            "start": 873782282,
            "stop": 873782303
        },
        {
            "start": 873782310,
            "stop": 873782635
        },
        {
            "start": 873782646,
            "stop": 873782725
        },
        {
            "start": 873782732,
            "stop": 873783067
        },
        {
            "start": 873783075,
            "stop": 873783077
        },
        {
            "start": 873783162,
            "stop": 873783511
        },
        {
            "start": 873783557,
            "stop": 873783560
        },
        {
            "start": 873783568,
            "stop": 873783601
        },
        {
            "start": 873783608,
            "stop": 873783822
        },
        {
            "start": 873783830,
            "stop": 873783875
        },
        {
            "start": 873783892,
            "stop": 873783926
        },
        {
            "start": 873783962,
            "stop": 873784036
        },
        {
            "start": 873784044,
            "stop": 873784049
        },
        {
            "start": 873784057,
            "stop": 873784223
        },
        {
            "start": 873784230,
            "stop": 873784406
        },
        {
            "start": 873784413,
            "stop": 873784490
        }
    ]
}