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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=296",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 297,
    "results": [
        {
            "start": 871383808,
            "stop": 871393113
        },
        {
            "start": 871405256,
            "stop": 871406729
        },
        {
            "start": 871407786,
            "stop": 871415221
        },
        {
            "start": 871432520,
            "stop": 871438390
        },
        {
            "start": 871438619,
            "stop": 871441712
        },
        {
            "start": 871446178,
            "stop": 871449372
        },
        {
            "start": 871449473,
            "stop": 871459224
        },
        {
            "start": 871459447,
            "stop": 871460078
        },
        {
            "start": 871461154,
            "stop": 871475426
        },
        {
            "start": 871476156,
            "stop": 871479974
        },
        {
            "start": 871480269,
            "stop": 871484960
        },
        {
            "start": 871485756,
            "stop": 871495771
        },
        {
            "start": 871498614,
            "stop": 871516163
        },
        {
            "start": 871516245,
            "stop": 871517179
        },
        {
            "start": 871518101,
            "stop": 871523469
        },
        {
            "start": 871525962,
            "stop": 871545769
        },
        {
            "start": 871546702,
            "stop": 871564310
        },
        {
            "start": 871565121,
            "stop": 871566750
        },
        {
            "start": 871567719,
            "stop": 871576147
        },
        {
            "start": 871576437,
            "stop": 871598839
        }
    ]
}