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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=53",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 54,
    "results": [
        {
            "start": 931391132,
            "stop": 931391788
        },
        {
            "start": 931391791,
            "stop": 931391865
        },
        {
            "start": 931391883,
            "stop": 931392015
        },
        {
            "start": 931392375,
            "stop": 931392825
        },
        {
            "start": 931392842,
            "stop": 931392917
        },
        {
            "start": 931392934,
            "stop": 931393121
        },
        {
            "start": 931393158,
            "stop": 931393266
        },
        {
            "start": 931393284,
            "stop": 931393289
        },
        {
            "start": 931393307,
            "stop": 931393311
        },
        {
            "start": 931393329,
            "stop": 931393343
        },
        {
            "start": 931393360,
            "stop": 931393433
        },
        {
            "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
        }
    ]
}