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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=219",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 220,
    "results": [
        {
            "start": 855316444,
            "stop": 855317094
        },
        {
            "start": 855318320,
            "stop": 855335386
        },
        {
            "start": 855335525,
            "stop": 855338327
        },
        {
            "start": 855338465,
            "stop": 855351997
        },
        {
            "start": 855353369,
            "stop": 855375621
        },
        {
            "start": 855377739,
            "stop": 855380648
        },
        {
            "start": 855380833,
            "stop": 855382254
        },
        {
            "start": 855383304,
            "stop": 855387141
        },
        {
            "start": 855387560,
            "stop": 855393561
        },
        {
            "start": 855393890,
            "stop": 855396709
        },
        {
            "start": 855398668,
            "stop": 855414432
        },
        {
            "start": 855415482,
            "stop": 855415932
        },
        {
            "start": 855416080,
            "stop": 855419588
        },
        {
            "start": 855443529,
            "stop": 855443561
        },
        {
            "start": 855444462,
            "stop": 855446693
        },
        {
            "start": 855452292,
            "stop": 855460459
        },
        {
            "start": 855460716,
            "stop": 855475217
        },
        {
            "start": 855476118,
            "stop": 855497293
        },
        {
            "start": 855554639,
            "stop": 855558644
        },
        {
            "start": 855559428,
            "stop": 855560836
        }
    ]
}