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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=43",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 44,
    "results": [
        {
            "start": 817355959,
            "stop": 817356601
        },
        {
            "start": 817356604,
            "stop": 817357699
        },
        {
            "start": 817357702,
            "stop": 817358480
        },
        {
            "start": 817358485,
            "stop": 817364491
        },
        {
            "start": 817364494,
            "stop": 817364984
        },
        {
            "start": 817364991,
            "stop": 817365051
        },
        {
            "start": 817365054,
            "stop": 817365089
        },
        {
            "start": 817365097,
            "stop": 817365380
        },
        {
            "start": 817366310,
            "stop": 817367627
        },
        {
            "start": 817367630,
            "stop": 817367656
        },
        {
            "start": 817367659,
            "stop": 817367683
        },
        {
            "start": 817367686,
            "stop": 817367707
        },
        {
            "start": 817367710,
            "stop": 817368151
        },
        {
            "start": 817368154,
            "stop": 817368155
        },
        {
            "start": 817368158,
            "stop": 817368206
        },
        {
            "start": 817368209,
            "stop": 817368304
        },
        {
            "start": 817368308,
            "stop": 817368328
        },
        {
            "start": 817368331,
            "stop": 817368334
        },
        {
            "start": 817368337,
            "stop": 817372341
        },
        {
            "start": 817372345,
            "stop": 817373980
        }
    ]
}