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=4624
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=4625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4623",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4624,
    "results": [
        {
            "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
        },
        {
            "start": 874221557,
            "stop": 874221578
        },
        {
            "start": 874221620,
            "stop": 874221644
        },
        {
            "start": 874221663,
            "stop": 874221673
        },
        {
            "start": 874221692,
            "stop": 874221896
        },
        {
            "start": 874221932,
            "stop": 874221975
        },
        {
            "start": 874222000,
            "stop": 874222126
        },
        {
            "start": 874222145,
            "stop": 874222196
        },
        {
            "start": 874222215,
            "stop": 874222219
        },
        {
            "start": 874222239,
            "stop": 874222246
        },
        {
            "start": 874222265,
            "stop": 874222352
        },
        {
            "start": 874222371,
            "stop": 874222480
        }
    ]
}