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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=315",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 316,
    "results": [
        {
            "start": 822898027,
            "stop": 822898123
        },
        {
            "start": 822898273,
            "stop": 822898964
        },
        {
            "start": 822898971,
            "stop": 822899429
        },
        {
            "start": 822899436,
            "stop": 822899658
        },
        {
            "start": 822899666,
            "stop": 822899700
        },
        {
            "start": 822899760,
            "stop": 822899870
        },
        {
            "start": 822899950,
            "stop": 822900425
        },
        {
            "start": 822900432,
            "stop": 822901151
        },
        {
            "start": 822901158,
            "stop": 822903037
        },
        {
            "start": 822903044,
            "stop": 822903562
        },
        {
            "start": 822903569,
            "stop": 822903827
        },
        {
            "start": 822903835,
            "stop": 822905467
        },
        {
            "start": 822905474,
            "stop": 822907930
        },
        {
            "start": 822907937,
            "stop": 822908009
        },
        {
            "start": 822908016,
            "stop": 822908538
        },
        {
            "start": 822908545,
            "stop": 822908604
        },
        {
            "start": 822908612,
            "stop": 822909467
        },
        {
            "start": 822909481,
            "stop": 822909586
        },
        {
            "start": 822909594,
            "stop": 822909690
        },
        {
            "start": 822909697,
            "stop": 822909923
        }
    ]
}