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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2305",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2306,
    "results": [
        {
            "start": 871420570,
            "stop": 871420694
        },
        {
            "start": 871420810,
            "stop": 871421311
        },
        {
            "start": 871421315,
            "stop": 871422858
        },
        {
            "start": 871422875,
            "stop": 871423263
        },
        {
            "start": 871423280,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871428706
        },
        {
            "start": 871428723,
            "stop": 871428753
        },
        {
            "start": 871428771,
            "stop": 871429006
        },
        {
            "start": 871429023,
            "stop": 871429432
        },
        {
            "start": 871429449,
            "stop": 871431177
        },
        {
            "start": 871431194,
            "stop": 871431392
        },
        {
            "start": 871431550,
            "stop": 871432122
        },
        {
            "start": 871432218,
            "stop": 871432677
        },
        {
            "start": 871432727,
            "stop": 871432828
        },
        {
            "start": 871432845,
            "stop": 871433510
        },
        {
            "start": 871433590,
            "stop": 871433933
        },
        {
            "start": 871433967,
            "stop": 871437650
        },
        {
            "start": 871437730,
            "stop": 871439512
        },
        {
            "start": 871439519,
            "stop": 871439640
        },
        {
            "start": 871439700,
            "stop": 871439864
        }
    ]
}