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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8755",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8756,
    "results": [
        {
            "start": 873133445,
            "stop": 873133618
        },
        {
            "start": 873133738,
            "stop": 873133798
        },
        {
            "start": 873134041,
            "stop": 873134630
        },
        {
            "start": 873134710,
            "stop": 873134832
        },
        {
            "start": 873134869,
            "stop": 873135272
        },
        {
            "start": 873135312,
            "stop": 873135415
        },
        {
            "start": 873135639,
            "stop": 873135830
        },
        {
            "start": 873135970,
            "stop": 873136702
        },
        {
            "start": 873136740,
            "stop": 873136773
        },
        {
            "start": 873139178,
            "stop": 873139200
        },
        {
            "start": 873139440,
            "stop": 873139500
        },
        {
            "start": 873140460,
            "stop": 873140700
        },
        {
            "start": 873140776,
            "stop": 873140791
        },
        {
            "start": 873140798,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873142276
        },
        {
            "start": 873142283,
            "stop": 873142620
        },
        {
            "start": 873142680,
            "stop": 873143150
        },
        {
            "start": 873143230,
            "stop": 873143400
        },
        {
            "start": 873143460,
            "stop": 873143540
        },
        {
            "start": 873143557,
            "stop": 873143598
        }
    ]
}