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=7602
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=7603",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7601",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7602,
    "results": [
        {
            "start": 970599414,
            "stop": 970599674
        },
        {
            "start": 970599687,
            "stop": 970599689
        },
        {
            "start": 970599721,
            "stop": 970599795
        },
        {
            "start": 970599806,
            "stop": 970599856
        },
        {
            "start": 970599985,
            "stop": 970599994
        },
        {
            "start": 970600009,
            "stop": 970600010
        },
        {
            "start": 970600021,
            "stop": 970600156
        },
        {
            "start": 970600293,
            "stop": 970600344
        },
        {
            "start": 970600347,
            "stop": 970600489
        },
        {
            "start": 970600492,
            "stop": 970600996
        },
        {
            "start": 970601116,
            "stop": 970601161
        },
        {
            "start": 970601164,
            "stop": 970601217
        },
        {
            "start": 970601223,
            "stop": 970601229
        },
        {
            "start": 970601235,
            "stop": 970601586
        },
        {
            "start": 970601607,
            "stop": 970601687
        },
        {
            "start": 970601898,
            "stop": 970601932
        },
        {
            "start": 970601935,
            "stop": 970602064
        },
        {
            "start": 970602070,
            "stop": 970602088
        },
        {
            "start": 970602094,
            "stop": 970602119
        },
        {
            "start": 970602122,
            "stop": 970602175
        }
    ]
}