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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=67",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 68,
    "results": [
        {
            "start": 817773702,
            "stop": 817773714
        },
        {
            "start": 817773721,
            "stop": 817773733
        },
        {
            "start": 817773738,
            "stop": 817773762
        },
        {
            "start": 817773765,
            "stop": 817773859
        },
        {
            "start": 817773862,
            "stop": 817773876
        },
        {
            "start": 817773879,
            "stop": 817773993
        },
        {
            "start": 817773996,
            "stop": 817774377
        },
        {
            "start": 817774380,
            "stop": 817774916
        },
        {
            "start": 817774919,
            "stop": 817774942
        },
        {
            "start": 817774945,
            "stop": 817774951
        },
        {
            "start": 817774954,
            "stop": 817774955
        },
        {
            "start": 817774963,
            "stop": 817775034
        },
        {
            "start": 817775038,
            "stop": 817775065
        },
        {
            "start": 817775068,
            "stop": 817775080
        },
        {
            "start": 817775083,
            "stop": 817775096
        },
        {
            "start": 817775099,
            "stop": 817775146
        },
        {
            "start": 817775149,
            "stop": 817775152
        },
        {
            "start": 817775155,
            "stop": 817775157
        },
        {
            "start": 817775160,
            "stop": 817775164
        },
        {
            "start": 817775167,
            "stop": 817775389
        }
    ]
}