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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=292",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 293,
    "results": [
        {
            "start": 1240152547,
            "stop": 1240152661
        },
        {
            "start": 1240152667,
            "stop": 1240152786
        },
        {
            "start": 1240152787,
            "stop": 1240152906
        },
        {
            "start": 1240152907,
            "stop": 1240153026
        },
        {
            "start": 1240153027,
            "stop": 1240153146
        },
        {
            "start": 1240153147,
            "stop": 1240153266
        },
        {
            "start": 1240153267,
            "stop": 1240153286
        },
        {
            "start": 1240153289,
            "stop": 1240153386
        },
        {
            "start": 1240153387,
            "stop": 1240153506
        },
        {
            "start": 1240153507,
            "stop": 1240153626
        },
        {
            "start": 1240153627,
            "stop": 1240153746
        },
        {
            "start": 1240153747,
            "stop": 1240153866
        },
        {
            "start": 1240153867,
            "stop": 1240153986
        },
        {
            "start": 1240153987,
            "stop": 1240154106
        },
        {
            "start": 1240154107,
            "stop": 1240154226
        },
        {
            "start": 1240154227,
            "stop": 1240154346
        },
        {
            "start": 1240154347,
            "stop": 1240154466
        },
        {
            "start": 1240154467,
            "stop": 1240154586
        },
        {
            "start": 1240154587,
            "stop": 1240154706
        },
        {
            "start": 1240154707,
            "stop": 1240154826
        }
    ]
}