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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4899",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4900,
    "results": [
        {
            "start": 874256173,
            "stop": 874256186
        },
        {
            "start": 874256213,
            "stop": 874256231
        },
        {
            "start": 874256253,
            "stop": 874256335
        },
        {
            "start": 874256354,
            "stop": 874256400
        },
        {
            "start": 874256435,
            "stop": 874256460
        },
        {
            "start": 874256479,
            "stop": 874256494
        },
        {
            "start": 874256526,
            "stop": 874256629
        },
        {
            "start": 874256699,
            "stop": 874256730
        },
        {
            "start": 874256749,
            "stop": 874256784
        },
        {
            "start": 874256822,
            "stop": 874256886
        },
        {
            "start": 874256982,
            "stop": 874257043
        },
        {
            "start": 874257074,
            "stop": 874257092
        },
        {
            "start": 874257121,
            "stop": 874257154
        },
        {
            "start": 874257173,
            "stop": 874257184
        },
        {
            "start": 874257223,
            "stop": 874257265
        },
        {
            "start": 874257304,
            "stop": 874257350
        },
        {
            "start": 874257369,
            "stop": 874257433
        },
        {
            "start": 874257456,
            "stop": 874257491
        },
        {
            "start": 874257518,
            "stop": 874257519
        },
        {
            "start": 874257541,
            "stop": 874257542
        }
    ]
}