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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=218",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 219,
    "results": [
        {
            "start": 827286790,
            "stop": 827287084
        },
        {
            "start": 827287093,
            "stop": 827287094
        },
        {
            "start": 827287096,
            "stop": 827287174
        },
        {
            "start": 827287176,
            "stop": 827287188
        },
        {
            "start": 827287190,
            "stop": 827287202
        },
        {
            "start": 827287204,
            "stop": 827287382
        },
        {
            "start": 827287390,
            "stop": 827287394
        },
        {
            "start": 827287399,
            "stop": 827287650
        },
        {
            "start": 827287657,
            "stop": 827287668
        },
        {
            "start": 827287670,
            "stop": 827287677
        },
        {
            "start": 827287679,
            "stop": 827288771
        },
        {
            "start": 827288773,
            "stop": 827289015
        },
        {
            "start": 827289017,
            "stop": 827289019
        },
        {
            "start": 827289022,
            "stop": 827289044
        },
        {
            "start": 827289046,
            "stop": 827289050
        },
        {
            "start": 827289054,
            "stop": 827289062
        },
        {
            "start": 827289072,
            "stop": 827289079
        },
        {
            "start": 827289086,
            "stop": 827289088
        },
        {
            "start": 827289095,
            "stop": 827289096
        },
        {
            "start": 827289099,
            "stop": 827289106
        }
    ]
}