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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=64",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 65,
    "results": [
        {
            "start": 932073540,
            "stop": 932073545
        },
        {
            "start": 932073546,
            "stop": 932073555
        },
        {
            "start": 932073558,
            "stop": 932073559
        },
        {
            "start": 932073560,
            "stop": 932073567
        },
        {
            "start": 932073572,
            "stop": 932073573
        },
        {
            "start": 932073575,
            "stop": 932073577
        },
        {
            "start": 932073579,
            "stop": 932073580
        },
        {
            "start": 932073582,
            "stop": 932073591
        },
        {
            "start": 932073596,
            "stop": 932073602
        },
        {
            "start": 932073607,
            "stop": 932073610
        },
        {
            "start": 932073612,
            "stop": 932073615
        },
        {
            "start": 932073616,
            "stop": 932073619
        },
        {
            "start": 932073624,
            "stop": 932073627
        },
        {
            "start": 932073630,
            "stop": 932073632
        },
        {
            "start": 932073636,
            "stop": 932073637
        },
        {
            "start": 932073639,
            "stop": 932073648
        },
        {
            "start": 932073653,
            "stop": 932073654
        },
        {
            "start": 932073656,
            "stop": 932073660
        },
        {
            "start": 932073662,
            "stop": 932073664
        },
        {
            "start": 932073666,
            "stop": 932073667
        }
    ]
}