Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=14",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 15,
    "results": [
        {
            "start": 818449901,
            "stop": 818454116
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818457169
        },
        {
            "start": 818457864,
            "stop": 818460091
        },
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818479731
        },
        {
            "start": 818485616,
            "stop": 818522050
        },
        {
            "start": 818522294,
            "stop": 818524805
        },
        {
            "start": 818547092,
            "stop": 818548889
        },
        {
            "start": 818550091,
            "stop": 818551038
        },
        {
            "start": 818552070,
            "stop": 818575729
        },
        {
            "start": 818577371,
            "stop": 818604216
        },
        {
            "start": 818606090,
            "stop": 818616825
        },
        {
            "start": 818617456,
            "stop": 818619191
        },
        {
            "start": 818621618,
            "stop": 818635045
        },
        {
            "start": 818636410,
            "stop": 818636580
        },
        {
            "start": 818637603,
            "stop": 818645237
        },
        {
            "start": 818647355,
            "stop": 818649507
        },
        {
            "start": 818649640,
            "stop": 818654700
        },
        {
            "start": 818657617,
            "stop": 818677634
        }
    ]
}