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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4644",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4645,
    "results": [
        {
            "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
        },
        {
            "start": 874257604,
            "stop": 874257613
        },
        {
            "start": 874257632,
            "stop": 874257670
        },
        {
            "start": 874257694,
            "stop": 874257715
        },
        {
            "start": 874257734,
            "stop": 874257762
        },
        {
            "start": 874257781,
            "stop": 874257782
        },
        {
            "start": 874257830,
            "stop": 874257844
        },
        {
            "start": 874258269,
            "stop": 874258316
        },
        {
            "start": 874258335,
            "stop": 874258402
        },
        {
            "start": 874258429,
            "stop": 874258469
        }
    ]
}