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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=857",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=855",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 856,
    "results": [
        {
            "start": 1250553953,
            "stop": 1250556112
        },
        {
            "start": 1250556116,
            "stop": 1250557579
        },
        {
            "start": 1250557584,
            "stop": 1250558098
        },
        {
            "start": 1250558102,
            "stop": 1250559328
        },
        {
            "start": 1250559331,
            "stop": 1250560560
        },
        {
            "start": 1250560564,
            "stop": 1250561198
        },
        {
            "start": 1250561200,
            "stop": 1250562233
        },
        {
            "start": 1250562237,
            "stop": 1250563239
        },
        {
            "start": 1250563242,
            "stop": 1250565459
        },
        {
            "start": 1250565462,
            "stop": 1250569565
        },
        {
            "start": 1250569569,
            "stop": 1250570203
        },
        {
            "start": 1250570208,
            "stop": 1250573660
        },
        {
            "start": 1250573663,
            "stop": 1250576861
        },
        {
            "start": 1250576866,
            "stop": 1250579170
        },
        {
            "start": 1250579173,
            "stop": 1250579927
        },
        {
            "start": 1250579931,
            "stop": 1250585129
        },
        {
            "start": 1250585133,
            "stop": 1250587223
        },
        {
            "start": 1250587226,
            "stop": 1250587768
        },
        {
            "start": 1250587773,
            "stop": 1250588530
        },
        {
            "start": 1250588535,
            "stop": 1250590948
        }
    ]
}