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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5381",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5379",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5380,
    "results": [
        {
            "start": 971589327,
            "stop": 971589601
        },
        {
            "start": 971589604,
            "stop": 971589878
        },
        {
            "start": 971590178,
            "stop": 971590306
        },
        {
            "start": 971590309,
            "stop": 971590443
        },
        {
            "start": 971590460,
            "stop": 971590907
        },
        {
            "start": 971590910,
            "stop": 971591354
        },
        {
            "start": 971591357,
            "stop": 971591599
        },
        {
            "start": 971591602,
            "stop": 971591943
        },
        {
            "start": 971591946,
            "stop": 971592014
        },
        {
            "start": 971592017,
            "stop": 971592154
        },
        {
            "start": 971592171,
            "stop": 971592177
        },
        {
            "start": 971592180,
            "stop": 971592531
        },
        {
            "start": 971592534,
            "stop": 971593137
        },
        {
            "start": 971593140,
            "stop": 971593192
        },
        {
            "start": 971593195,
            "stop": 971593231
        },
        {
            "start": 971593234,
            "stop": 971593356
        },
        {
            "start": 971593418,
            "stop": 971593525
        },
        {
            "start": 971593528,
            "stop": 971593577
        },
        {
            "start": 971593584,
            "stop": 971593593
        },
        {
            "start": 971593596,
            "stop": 971593598
        }
    ]
}