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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=49",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 50,
    "results": [
        {
            "start": 932066729,
            "stop": 932066730
        },
        {
            "start": 932066780,
            "stop": 932066787
        },
        {
            "start": 932066789,
            "stop": 932066796
        },
        {
            "start": 932066832,
            "stop": 932066835
        },
        {
            "start": 932066853,
            "stop": 932066855
        },
        {
            "start": 932066878,
            "stop": 932066905
        },
        {
            "start": 932066908,
            "stop": 932066921
        },
        {
            "start": 932066947,
            "stop": 932066964
        },
        {
            "start": 932066965,
            "stop": 932066989
        },
        {
            "start": 932066991,
            "stop": 932066992
        },
        {
            "start": 932066993,
            "stop": 932066994
        },
        {
            "start": 932066997,
            "stop": 932066999
        },
        {
            "start": 932067019,
            "stop": 932067029
        },
        {
            "start": 932067047,
            "stop": 932067052
        },
        {
            "start": 932067053,
            "stop": 932067067
        },
        {
            "start": 932067115,
            "stop": 932067116
        },
        {
            "start": 932067202,
            "stop": 932067204
        },
        {
            "start": 932067205,
            "stop": 932067209
        },
        {
            "start": 932070088,
            "stop": 932070089
        },
        {
            "start": 932070989,
            "stop": 932070990
        }
    ]
}