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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=440",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 441,
    "results": [
        {
            "start": 1268359634,
            "stop": 1268359663
        },
        {
            "start": 1268359664,
            "stop": 1268359666
        },
        {
            "start": 1268359668,
            "stop": 1268359669
        },
        {
            "start": 1268359671,
            "stop": 1268359674
        },
        {
            "start": 1268359675,
            "stop": 1268359676
        },
        {
            "start": 1268359677,
            "stop": 1268359682
        },
        {
            "start": 1268359683,
            "stop": 1268359684
        },
        {
            "start": 1268359685,
            "stop": 1268359739
        },
        {
            "start": 1268359740,
            "stop": 1268359748
        },
        {
            "start": 1268359749,
            "stop": 1268359794
        },
        {
            "start": 1268359795,
            "stop": 1268359966
        },
        {
            "start": 1268359968,
            "stop": 1268360883
        },
        {
            "start": 1268360884,
            "stop": 1268361037
        },
        {
            "start": 1268361039,
            "stop": 1268361048
        },
        {
            "start": 1268361050,
            "stop": 1268361051
        },
        {
            "start": 1268361052,
            "stop": 1268361054
        },
        {
            "start": 1268361056,
            "stop": 1268361072
        },
        {
            "start": 1268361074,
            "stop": 1268361081
        },
        {
            "start": 1268361082,
            "stop": 1268361087
        },
        {
            "start": 1268361088,
            "stop": 1268361092
        }
    ]
}