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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=544",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=542",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 543,
    "results": [
        {
            "start": 871378727,
            "stop": 871381158
        },
        {
            "start": 871383808,
            "stop": 871393089
        },
        {
            "start": 871405256,
            "stop": 871406254
        },
        {
            "start": 871406256,
            "stop": 871406711
        },
        {
            "start": 871407786,
            "stop": 871415221
        },
        {
            "start": 871432520,
            "stop": 871433141
        },
        {
            "start": 871433142,
            "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": 871484795
        },
        {
            "start": 871484798,
            "stop": 871484842
        },
        {
            "start": 871484843,
            "stop": 871484955
        },
        {
            "start": 871484957,
            "stop": 871484960
        },
        {
            "start": 871485756,
            "stop": 871495747
        },
        {
            "start": 871498614,
            "stop": 871516163
        },
        {
            "start": 871516245,
            "stop": 871517179
        }
    ]
}