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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=361",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 362,
    "results": [
        {
            "start": 871374739,
            "stop": 871374791
        },
        {
            "start": 871378727,
            "stop": 871381158
        },
        {
            "start": 871383808,
            "stop": 871393089
        },
        {
            "start": 871405256,
            "stop": 871406711
        },
        {
            "start": 871407786,
            "stop": 871415221
        },
        {
            "start": 871432520,
            "stop": 871438390
        },
        {
            "start": 871438619,
            "stop": 871441688
        },
        {
            "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": 871495747
        },
        {
            "start": 871498614,
            "stop": 871516163
        },
        {
            "start": 871516245,
            "stop": 871517179
        },
        {
            "start": 871518101,
            "stop": 871523446
        },
        {
            "start": 871525962,
            "stop": 871545769
        },
        {
            "start": 871546702,
            "stop": 871564310
        },
        {
            "start": 871565121,
            "stop": 871566750
        }
    ]
}