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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=787",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=785",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 786,
    "results": [
        {
            "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
        },
        {
            "start": 1268361093,
            "stop": 1268361111
        },
        {
            "start": 1268361112,
            "stop": 1268361113
        },
        {
            "start": 1268361114,
            "stop": 1268361118
        },
        {
            "start": 1268361119,
            "stop": 1268361176
        },
        {
            "start": 1268361177,
            "stop": 1268361198
        },
        {
            "start": 1268361200,
            "stop": 1268361201
        }
    ]
}