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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=7",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 8,
    "results": [
        {
            "start": 931161311,
            "stop": 931161324
        },
        {
            "start": 931161338,
            "stop": 931161346
        },
        {
            "start": 931161357,
            "stop": 931161358
        },
        {
            "start": 931161369,
            "stop": 931161380
        },
        {
            "start": 931161410,
            "stop": 931161413
        },
        {
            "start": 931161468,
            "stop": 931161471
        },
        {
            "start": 931161548,
            "stop": 931161555
        },
        {
            "start": 931161638,
            "stop": 931161642
        },
        {
            "start": 931161652,
            "stop": 931161657
        },
        {
            "start": 931161676,
            "stop": 931161683
        },
        {
            "start": 931161703,
            "stop": 931161707
        },
        {
            "start": 931161724,
            "stop": 931161725
        },
        {
            "start": 931161739,
            "stop": 931161743
        },
        {
            "start": 931161801,
            "stop": 931161806
        },
        {
            "start": 931161815,
            "stop": 931161816
        },
        {
            "start": 931161850,
            "stop": 931161860
        },
        {
            "start": 931161874,
            "stop": 931161879
        },
        {
            "start": 931161886,
            "stop": 931161890
        },
        {
            "start": 931161901,
            "stop": 931161906
        },
        {
            "start": 931161924,
            "stop": 931161928
        }
    ]
}