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=7650
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=7651",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7649",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7650,
    "results": [
        {
            "start": 970979795,
            "stop": 970979957
        },
        {
            "start": 970979961,
            "stop": 970979984
        },
        {
            "start": 970979987,
            "stop": 970980006
        },
        {
            "start": 970980009,
            "stop": 970980090
        },
        {
            "start": 970980093,
            "stop": 970980097
        },
        {
            "start": 970980100,
            "stop": 970980106
        },
        {
            "start": 970980109,
            "stop": 970980193
        },
        {
            "start": 970980196,
            "stop": 970980230
        },
        {
            "start": 970980233,
            "stop": 970980366
        },
        {
            "start": 970980369,
            "stop": 970980373
        },
        {
            "start": 970980376,
            "stop": 970980385
        },
        {
            "start": 970980388,
            "stop": 970980406
        },
        {
            "start": 970980409,
            "stop": 970980466
        },
        {
            "start": 970980469,
            "stop": 970980553
        },
        {
            "start": 970980556,
            "stop": 970980668
        },
        {
            "start": 970980671,
            "stop": 970980711
        },
        {
            "start": 970980714,
            "stop": 970980753
        },
        {
            "start": 970980756,
            "stop": 970980916
        },
        {
            "start": 970980921,
            "stop": 970980935
        },
        {
            "start": 970980938,
            "stop": 970980987
        }
    ]
}