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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4877",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4878,
    "results": [
        {
            "start": 874219598,
            "stop": 874219727
        },
        {
            "start": 874219751,
            "stop": 874219753
        },
        {
            "start": 874219772,
            "stop": 874219827
        },
        {
            "start": 874219846,
            "stop": 874219876
        },
        {
            "start": 874219895,
            "stop": 874219955
        },
        {
            "start": 874219987,
            "stop": 874220133
        },
        {
            "start": 874220161,
            "stop": 874220213
        },
        {
            "start": 874220232,
            "stop": 874220258
        },
        {
            "start": 874220283,
            "stop": 874220459
        },
        {
            "start": 874220478,
            "stop": 874220516
        },
        {
            "start": 874220536,
            "stop": 874220538
        },
        {
            "start": 874220557,
            "stop": 874220607
        },
        {
            "start": 874220627,
            "stop": 874220663
        },
        {
            "start": 874220683,
            "stop": 874220760
        },
        {
            "start": 874220780,
            "stop": 874220815
        },
        {
            "start": 874220835,
            "stop": 874220944
        },
        {
            "start": 874220963,
            "stop": 874221058
        },
        {
            "start": 874221077,
            "stop": 874221304
        },
        {
            "start": 874221323,
            "stop": 874221415
        },
        {
            "start": 874221459,
            "stop": 874221538
        }
    ]
}