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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=35",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 36,
    "results": [
        {
            "start": 931774517,
            "stop": 931774520
        },
        {
            "start": 931774554,
            "stop": 931774579
        },
        {
            "start": 931774772,
            "stop": 931774783
        },
        {
            "start": 931774810,
            "stop": 931774811
        },
        {
            "start": 931775045,
            "stop": 931775054
        },
        {
            "start": 931775137,
            "stop": 931775138
        },
        {
            "start": 931775503,
            "stop": 931775522
        },
        {
            "start": 931775541,
            "stop": 931775554
        },
        {
            "start": 931775633,
            "stop": 931775642
        },
        {
            "start": 931775732,
            "stop": 931775736
        },
        {
            "start": 931775911,
            "stop": 931775917
        },
        {
            "start": 931776328,
            "stop": 931776331
        },
        {
            "start": 931776476,
            "stop": 931776477
        },
        {
            "start": 931778331,
            "stop": 931778336
        },
        {
            "start": 931778337,
            "stop": 931778339
        },
        {
            "start": 931782477,
            "stop": 931782491
        },
        {
            "start": 931784402,
            "stop": 931784891
        },
        {
            "start": 931784951,
            "stop": 931786134
        },
        {
            "start": 931786152,
            "stop": 931786156
        },
        {
            "start": 931786173,
            "stop": 931786271
        }
    ]
}