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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=777",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 778,
    "results": [
        {
            "start": 864060607,
            "stop": 864069316
        },
        {
            "start": 864069988,
            "stop": 864081150
        },
        {
            "start": 864081270,
            "stop": 864107869
        },
        {
            "start": 864109894,
            "stop": 864125983
        },
        {
            "start": 864125986,
            "stop": 864131977
        },
        {
            "start": 864132971,
            "stop": 864146463
        },
        {
            "start": 864148931,
            "stop": 864149790
        },
        {
            "start": 864149850,
            "stop": 864149866
        },
        {
            "start": 864154040,
            "stop": 864158790
        },
        {
            "start": 864159326,
            "stop": 864168557
        },
        {
            "start": 864169375,
            "stop": 864193687
        },
        {
            "start": 864195640,
            "stop": 864253426
        },
        {
            "start": 864255683,
            "stop": 864257421
        },
        {
            "start": 864258068,
            "stop": 864258668
        },
        {
            "start": 864260166,
            "stop": 864266739
        },
        {
            "start": 864268464,
            "stop": 864270773
        },
        {
            "start": 864275727,
            "stop": 864280521
        },
        {
            "start": 864281832,
            "stop": 864305746
        },
        {
            "start": 864306878,
            "stop": 864314457
        },
        {
            "start": 864315372,
            "stop": 864325504
        }
    ]
}