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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=134",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 135,
    "results": [
        {
            "start": 819235944,
            "stop": 819237870
        },
        {
            "start": 819237877,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819250606
        },
        {
            "start": 819250613,
            "stop": 819251114
        },
        {
            "start": 819251121,
            "stop": 819251266
        },
        {
            "start": 819251667,
            "stop": 819251707
        },
        {
            "start": 819251714,
            "stop": 819253470
        },
        {
            "start": 819253477,
            "stop": 819254456
        },
        {
            "start": 819254463,
            "stop": 819255822
        },
        {
            "start": 819255829,
            "stop": 819256383
        },
        {
            "start": 819256390,
            "stop": 819257083
        },
        {
            "start": 819257264,
            "stop": 819258172
        },
        {
            "start": 819258179,
            "stop": 819258451
        },
        {
            "start": 819258458,
            "stop": 819260060
        },
        {
            "start": 819260067,
            "stop": 819262645
        },
        {
            "start": 819262652,
            "stop": 819262779
        },
        {
            "start": 819262780,
            "stop": 819262847
        },
        {
            "start": 819262854,
            "stop": 819263718
        },
        {
            "start": 819263725,
            "stop": 819268677
        },
        {
            "start": 819268685,
            "stop": 819269448
        }
    ]
}