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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=175",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 176,
    "results": [
        {
            "start": 1176906592,
            "stop": 1176906611
        },
        {
            "start": 1176906612,
            "stop": 1176906613
        },
        {
            "start": 1176906616,
            "stop": 1176906622
        },
        {
            "start": 1176906624,
            "stop": 1176906625
        },
        {
            "start": 1176906626,
            "stop": 1176906628
        },
        {
            "start": 1176906629,
            "stop": 1176906678
        },
        {
            "start": 1176906679,
            "stop": 1176906690
        },
        {
            "start": 1176906692,
            "stop": 1176906725
        },
        {
            "start": 1176906726,
            "stop": 1176906727
        },
        {
            "start": 1176906728,
            "stop": 1176906833
        },
        {
            "start": 1176906835,
            "stop": 1176906836
        },
        {
            "start": 1176906844,
            "stop": 1176906846
        },
        {
            "start": 1176906847,
            "stop": 1176906848
        },
        {
            "start": 1176906850,
            "stop": 1176906859
        },
        {
            "start": 1176906860,
            "stop": 1176906865
        },
        {
            "start": 1176906866,
            "stop": 1176906867
        },
        {
            "start": 1176906871,
            "stop": 1176906880
        },
        {
            "start": 1176906881,
            "stop": 1176906885
        },
        {
            "start": 1176906886,
            "stop": 1176906959
        },
        {
            "start": 1176906961,
            "stop": 1176906973
        }
    ]
}