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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=711",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=709",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 710,
    "results": [
        {
            "start": 952388489,
            "stop": 952389820
        },
        {
            "start": 952389826,
            "stop": 952390065
        },
        {
            "start": 952390071,
            "stop": 952390876
        },
        {
            "start": 952390882,
            "stop": 952391200
        },
        {
            "start": 952391206,
            "stop": 952391548
        },
        {
            "start": 952391554,
            "stop": 952394128
        },
        {
            "start": 952394363,
            "stop": 952394677
        },
        {
            "start": 952396065,
            "stop": 952396463
        },
        {
            "start": 952396468,
            "stop": 952396501
        },
        {
            "start": 952396507,
            "stop": 952396735
        },
        {
            "start": 952396744,
            "stop": 952396832
        },
        {
            "start": 952397744,
            "stop": 952397767
        },
        {
            "start": 952397790,
            "stop": 952397799
        },
        {
            "start": 952397805,
            "stop": 952397810
        },
        {
            "start": 952399883,
            "stop": 952400806
        },
        {
            "start": 952400812,
            "stop": 952402628
        },
        {
            "start": 952402634,
            "stop": 952403407
        },
        {
            "start": 952403413,
            "stop": 952404259
        },
        {
            "start": 952404265,
            "stop": 952404335
        },
        {
            "start": 952404341,
            "stop": 952404418
        }
    ]
}