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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=171",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 172,
    "results": [
        {
            "start": 819969025,
            "stop": 819969097
        },
        {
            "start": 819969122,
            "stop": 819969196
        },
        {
            "start": 819969199,
            "stop": 819969375
        },
        {
            "start": 819969378,
            "stop": 819969389
        },
        {
            "start": 819969392,
            "stop": 819969415
        },
        {
            "start": 819969418,
            "stop": 819969496
        },
        {
            "start": 819969499,
            "stop": 819969614
        },
        {
            "start": 819969617,
            "stop": 819969656
        },
        {
            "start": 819969659,
            "stop": 819969706
        },
        {
            "start": 819969709,
            "stop": 819969747
        },
        {
            "start": 819969750,
            "stop": 819969858
        },
        {
            "start": 819969861,
            "stop": 819969921
        },
        {
            "start": 819969924,
            "stop": 819970041
        },
        {
            "start": 819970044,
            "stop": 819970173
        },
        {
            "start": 819970177,
            "stop": 819970353
        },
        {
            "start": 819970356,
            "stop": 819970809
        },
        {
            "start": 819970812,
            "stop": 819970847
        },
        {
            "start": 819970851,
            "stop": 819970903
        },
        {
            "start": 819970907,
            "stop": 819970910
        },
        {
            "start": 819970914,
            "stop": 819971006
        }
    ]
}