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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=194",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 195,
    "results": [
        {
            "start": 1261709003,
            "stop": 1261713037
        },
        {
            "start": 1261713042,
            "stop": 1261713309
        },
        {
            "start": 1261713312,
            "stop": 1261717478
        },
        {
            "start": 1261717483,
            "stop": 1261718557
        },
        {
            "start": 1261718560,
            "stop": 1261719534
        },
        {
            "start": 1261719536,
            "stop": 1261719982
        },
        {
            "start": 1261719985,
            "stop": 1261723302
        },
        {
            "start": 1261723304,
            "stop": 1261724857
        },
        {
            "start": 1261724861,
            "stop": 1261725713
        },
        {
            "start": 1261725717,
            "stop": 1261728970
        },
        {
            "start": 1261728974,
            "stop": 1261729681
        },
        {
            "start": 1261729682,
            "stop": 1261731862
        },
        {
            "start": 1261731866,
            "stop": 1261735116
        },
        {
            "start": 1261735120,
            "stop": 1261735156
        },
        {
            "start": 1261735159,
            "stop": 1261738237
        },
        {
            "start": 1261738238,
            "stop": 1261739402
        },
        {
            "start": 1261739404,
            "stop": 1261739477
        },
        {
            "start": 1261739479,
            "stop": 1261741247
        },
        {
            "start": 1261741249,
            "stop": 1261741279
        },
        {
            "start": 1261741282,
            "stop": 1261743921
        }
    ]
}