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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4587",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4585",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4586,
    "results": [
        {
            "start": 874002673,
            "stop": 874004580
        },
        {
            "start": 874004700,
            "stop": 874004857
        },
        {
            "start": 874004876,
            "stop": 874007531
        },
        {
            "start": 874007748,
            "stop": 874008080
        },
        {
            "start": 874008099,
            "stop": 874008207
        },
        {
            "start": 874016595,
            "stop": 874016640
        },
        {
            "start": 874016827,
            "stop": 874016880
        },
        {
            "start": 874017060,
            "stop": 874017120
        },
        {
            "start": 874017240,
            "stop": 874017300
        },
        {
            "start": 874018080,
            "stop": 874018200
        },
        {
            "start": 874019220,
            "stop": 874019280
        },
        {
            "start": 874019340,
            "stop": 874019400
        },
        {
            "start": 874021080,
            "stop": 874021098
        },
        {
            "start": 874021118,
            "stop": 874021140
        },
        {
            "start": 874021320,
            "stop": 874021380
        },
        {
            "start": 874021860,
            "stop": 874021920
        },
        {
            "start": 874022160,
            "stop": 874022171
        },
        {
            "start": 874022191,
            "stop": 874022220
        },
        {
            "start": 874025520,
            "stop": 874025640
        },
        {
            "start": 874025880,
            "stop": 874025924
        }
    ]
}