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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=577",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 578,
    "results": [
        {
            "start": 827647761,
            "stop": 827648070
        },
        {
            "start": 827648087,
            "stop": 827648546
        },
        {
            "start": 827648550,
            "stop": 827649376
        },
        {
            "start": 827649379,
            "stop": 827651487
        },
        {
            "start": 827651491,
            "stop": 827654544
        },
        {
            "start": 827654561,
            "stop": 827656013
        },
        {
            "start": 827656017,
            "stop": 827657378
        },
        {
            "start": 827657382,
            "stop": 827663305
        },
        {
            "start": 827663311,
            "stop": 827663312
        },
        {
            "start": 827663315,
            "stop": 827663329
        },
        {
            "start": 827663332,
            "stop": 827663521
        },
        {
            "start": 827663538,
            "stop": 827664557
        },
        {
            "start": 827664560,
            "stop": 827665507
        },
        {
            "start": 827665524,
            "stop": 827665746
        },
        {
            "start": 827665750,
            "stop": 827669053
        },
        {
            "start": 827669056,
            "stop": 827670645
        },
        {
            "start": 827670648,
            "stop": 827670723
        },
        {
            "start": 827670726,
            "stop": 827671082
        },
        {
            "start": 827671086,
            "stop": 827678774
        },
        {
            "start": 827678796,
            "stop": 827680800
        }
    ]
}