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=3687
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=3688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3686",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3687,
    "results": [
        {
            "start": 873068631,
            "stop": 873068772
        },
        {
            "start": 873068789,
            "stop": 873068929
        },
        {
            "start": 873068946,
            "stop": 873069333
        },
        {
            "start": 873069350,
            "stop": 873070137
        },
        {
            "start": 873070154,
            "stop": 873070233
        },
        {
            "start": 873070257,
            "stop": 873070277
        },
        {
            "start": 873070294,
            "stop": 873071460
        },
        {
            "start": 873071520,
            "stop": 873071720
        },
        {
            "start": 873071760,
            "stop": 873071910
        },
        {
            "start": 873071970,
            "stop": 873072725
        },
        {
            "start": 873072743,
            "stop": 873072780
        },
        {
            "start": 873072960,
            "stop": 873073079
        },
        {
            "start": 873073096,
            "stop": 873073414
        },
        {
            "start": 873073431,
            "stop": 873073708
        },
        {
            "start": 873073725,
            "stop": 873074137
        },
        {
            "start": 873074154,
            "stop": 873074460
        },
        {
            "start": 873074520,
            "stop": 873074880
        },
        {
            "start": 873074940,
            "stop": 873075793
        },
        {
            "start": 873075810,
            "stop": 873076509
        },
        {
            "start": 873076526,
            "stop": 873077021
        }
    ]
}