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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=82",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 83,
    "results": [
        {
            "start": 932077537,
            "stop": 932077539
        },
        {
            "start": 932077540,
            "stop": 932077590
        },
        {
            "start": 932077592,
            "stop": 932077609
        },
        {
            "start": 932077611,
            "stop": 932077613
        },
        {
            "start": 932077614,
            "stop": 932077625
        },
        {
            "start": 932077626,
            "stop": 932077628
        },
        {
            "start": 932077629,
            "stop": 932077653
        },
        {
            "start": 932077654,
            "stop": 932077655
        },
        {
            "start": 932077657,
            "stop": 932077682
        },
        {
            "start": 932077684,
            "stop": 932077688
        },
        {
            "start": 932077689,
            "stop": 932077723
        },
        {
            "start": 932077725,
            "stop": 932077730
        },
        {
            "start": 932077732,
            "stop": 932077742
        },
        {
            "start": 932077744,
            "stop": 932077748
        },
        {
            "start": 932077749,
            "stop": 932077777
        },
        {
            "start": 932077781,
            "stop": 932077783
        },
        {
            "start": 932077786,
            "stop": 932077803
        },
        {
            "start": 932077804,
            "stop": 932077808
        },
        {
            "start": 932077809,
            "stop": 932077833
        },
        {
            "start": 932077835,
            "stop": 932077836
        }
    ]
}