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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=693",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 694,
    "results": [
        {
            "start": 848010391,
            "stop": 848014671
        },
        {
            "start": 848015191,
            "stop": 848030775
        },
        {
            "start": 848030777,
            "stop": 848031224
        },
        {
            "start": 848037920,
            "stop": 848069440
        },
        {
            "start": 848072037,
            "stop": 848086245
        },
        {
            "start": 848088503,
            "stop": 848095220
        },
        {
            "start": 848096268,
            "stop": 848099941
        },
        {
            "start": 848102931,
            "stop": 848116329
        },
        {
            "start": 848117703,
            "stop": 848156016
        },
        {
            "start": 848198645,
            "stop": 848219790
        },
        {
            "start": 848219850,
            "stop": 848219910
        },
        {
            "start": 848219970,
            "stop": 848219986
        },
        {
            "start": 848221955,
            "stop": 848229870
        },
        {
            "start": 848229930,
            "stop": 848229942
        },
        {
            "start": 848234927,
            "stop": 848237105
        },
        {
            "start": 848238106,
            "stop": 848241496
        },
        {
            "start": 848241498,
            "stop": 848244330
        },
        {
            "start": 848244450,
            "stop": 848244630
        },
        {
            "start": 848244690,
            "stop": 848244870
        },
        {
            "start": 848245230,
            "stop": 848245350
        }
    ]
}