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=8636
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=8637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8635",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8636,
    "results": [
        {
            "start": 871419275,
            "stop": 871419415
        },
        {
            "start": 871419543,
            "stop": 871419578
        },
        {
            "start": 871419595,
            "stop": 871420241
        },
        {
            "start": 871420361,
            "stop": 871420414
        },
        {
            "start": 871420570,
            "stop": 871420694
        },
        {
            "start": 871420810,
            "stop": 871421053
        },
        {
            "start": 871421173,
            "stop": 871421311
        },
        {
            "start": 871421315,
            "stop": 871422858
        },
        {
            "start": 871422875,
            "stop": 871423263
        },
        {
            "start": 871423280,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871427500
        },
        {
            "start": 871427620,
            "stop": 871428706
        },
        {
            "start": 871428723,
            "stop": 871428753
        },
        {
            "start": 871428771,
            "stop": 871429006
        },
        {
            "start": 871429200,
            "stop": 871429432
        },
        {
            "start": 871429449,
            "stop": 871430400
        },
        {
            "start": 871430460,
            "stop": 871430537
        },
        {
            "start": 871430657,
            "stop": 871431177
        },
        {
            "start": 871431194,
            "stop": 871431392
        },
        {
            "start": 871431550,
            "stop": 871432122
        }
    ]
}