Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8095
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8096",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8094",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8095,
    "results": [
        {
            "start": 970602480,
            "stop": 970602498
        },
        {
            "start": 970602501,
            "stop": 970602531
        },
        {
            "start": 970602534,
            "stop": 970602554
        },
        {
            "start": 970602557,
            "stop": 970602562
        },
        {
            "start": 970602565,
            "stop": 970602574
        },
        {
            "start": 970602577,
            "stop": 970602604
        },
        {
            "start": 970602607,
            "stop": 970602638
        },
        {
            "start": 970602641,
            "stop": 970602651
        },
        {
            "start": 970602654,
            "stop": 970602709
        },
        {
            "start": 970602712,
            "stop": 970602718
        },
        {
            "start": 970602721,
            "stop": 970602728
        },
        {
            "start": 970602731,
            "stop": 970602745
        },
        {
            "start": 970602748,
            "stop": 970602778
        },
        {
            "start": 970602781,
            "stop": 970602794
        },
        {
            "start": 970602797,
            "stop": 970602810
        },
        {
            "start": 970602813,
            "stop": 970602827
        },
        {
            "start": 970602830,
            "stop": 970602847
        },
        {
            "start": 970602850,
            "stop": 970602863
        },
        {
            "start": 970602866,
            "stop": 970602873
        },
        {
            "start": 970602876,
            "stop": 970602890
        }
    ]
}