Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=199
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=198",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 199,
    "results": [
        {
            "start": 1261838020,
            "stop": 1261838274
        },
        {
            "start": 1261838278,
            "stop": 1261839200
        },
        {
            "start": 1261839202,
            "stop": 1261840342
        },
        {
            "start": 1261840346,
            "stop": 1261841629
        },
        {
            "start": 1261841631,
            "stop": 1261846841
        },
        {
            "start": 1261846846,
            "stop": 1261847838
        },
        {
            "start": 1261847839,
            "stop": 1261848138
        },
        {
            "start": 1261854659,
            "stop": 1261857176
        },
        {
            "start": 1261857181,
            "stop": 1261858562
        },
        {
            "start": 1261858566,
            "stop": 1261859271
        },
        {
            "start": 1261859291,
            "stop": 1261862037
        },
        {
            "start": 1261862040,
            "stop": 1261862644
        },
        {
            "start": 1261862649,
            "stop": 1261863412
        },
        {
            "start": 1261863416,
            "stop": 1261864172
        },
        {
            "start": 1261864174,
            "stop": 1261866218
        },
        {
            "start": 1261866221,
            "stop": 1261870527
        },
        {
            "start": 1261870534,
            "stop": 1261871762
        },
        {
            "start": 1261871764,
            "stop": 1261873022
        },
        {
            "start": 1261873024,
            "stop": 1261873082
        },
        {
            "start": 1261873090,
            "stop": 1261873209
        }
    ]
}