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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=57",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 58,
    "results": [
        {
            "start": 817652622,
            "stop": 817652633
        },
        {
            "start": 817652639,
            "stop": 817652645
        },
        {
            "start": 817652648,
            "stop": 817653089
        },
        {
            "start": 817653092,
            "stop": 817654573
        },
        {
            "start": 817654577,
            "stop": 817657144
        },
        {
            "start": 817657147,
            "stop": 817661821
        },
        {
            "start": 817692013,
            "stop": 817692134
        },
        {
            "start": 817692137,
            "stop": 817692145
        },
        {
            "start": 817692148,
            "stop": 817694579
        },
        {
            "start": 817694583,
            "stop": 817694622
        },
        {
            "start": 817694624,
            "stop": 817694627
        },
        {
            "start": 817694632,
            "stop": 817694633
        },
        {
            "start": 817694636,
            "stop": 817696169
        },
        {
            "start": 817696185,
            "stop": 817696186
        },
        {
            "start": 817696198,
            "stop": 817696201
        },
        {
            "start": 817696206,
            "stop": 817696208
        },
        {
            "start": 817696217,
            "stop": 817696224
        },
        {
            "start": 817696227,
            "stop": 817696290
        },
        {
            "start": 817696293,
            "stop": 817696460
        },
        {
            "start": 817696463,
            "stop": 817696464
        }
    ]
}