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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=417",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 418,
    "results": [
        {
            "start": 825109021,
            "stop": 825109120
        },
        {
            "start": 825109312,
            "stop": 825109877
        },
        {
            "start": 825109881,
            "stop": 825109950
        },
        {
            "start": 825110090,
            "stop": 825110128
        },
        {
            "start": 825110428,
            "stop": 825110730
        },
        {
            "start": 825117071,
            "stop": 825117462
        },
        {
            "start": 825117465,
            "stop": 825118415
        },
        {
            "start": 825118418,
            "stop": 825118510
        },
        {
            "start": 825118514,
            "stop": 825119451
        },
        {
            "start": 825119454,
            "stop": 825119704
        },
        {
            "start": 825120181,
            "stop": 825120187
        },
        {
            "start": 825120190,
            "stop": 825120461
        },
        {
            "start": 825120761,
            "stop": 825122273
        },
        {
            "start": 825122276,
            "stop": 825122806
        },
        {
            "start": 825122809,
            "stop": 825122920
        },
        {
            "start": 825122924,
            "stop": 825123151
        },
        {
            "start": 825123154,
            "stop": 825123580
        },
        {
            "start": 825123584,
            "stop": 825125422
        },
        {
            "start": 825125426,
            "stop": 825125563
        },
        {
            "start": 825125566,
            "stop": 825125758
        }
    ]
}