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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7605",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7603",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7604,
    "results": [
        {
            "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
        },
        {
            "start": 970602893,
            "stop": 970602898
        },
        {
            "start": 970602901,
            "stop": 970602916
        },
        {
            "start": 970602919,
            "stop": 970602951
        },
        {
            "start": 970602956,
            "stop": 970602973
        },
        {
            "start": 970602976,
            "stop": 970602980
        },
        {
            "start": 970602983,
            "stop": 970603429
        },
        {
            "start": 970603432,
            "stop": 970603973
        }
    ]
}