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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=54",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 55,
    "results": [
        {
            "start": 931393307,
            "stop": 931393311
        },
        {
            "start": 931393329,
            "stop": 931393342
        },
        {
            "start": 931393464,
            "stop": 931393559
        },
        {
            "start": 931393577,
            "stop": 931393580
        },
        {
            "start": 931393598,
            "stop": 931393662
        },
        {
            "start": 931393679,
            "stop": 931393680
        },
        {
            "start": 931393702,
            "stop": 931393738
        },
        {
            "start": 931393755,
            "stop": 931393856
        },
        {
            "start": 931393873,
            "stop": 931394148
        },
        {
            "start": 931394169,
            "stop": 931394187
        },
        {
            "start": 931394190,
            "stop": 931394513
        },
        {
            "start": 931394531,
            "stop": 931394560
        },
        {
            "start": 931394586,
            "stop": 931394602
        },
        {
            "start": 931394623,
            "stop": 931394671
        },
        {
            "start": 931394702,
            "stop": 931394708
        },
        {
            "start": 931394726,
            "stop": 931394804
        },
        {
            "start": 931394822,
            "stop": 931394840
        },
        {
            "start": 931394858,
            "stop": 931394983
        },
        {
            "start": 931395001,
            "stop": 931395065
        },
        {
            "start": 931395083,
            "stop": 931395123
        }
    ]
}