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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7587",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7585",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7586,
    "results": [
        {
            "start": 970598146,
            "stop": 970598589
        },
        {
            "start": 970598723,
            "stop": 970598724
        },
        {
            "start": 970598746,
            "stop": 970598980
        },
        {
            "start": 970598983,
            "stop": 970599306
        },
        {
            "start": 970599309,
            "stop": 970599411
        },
        {
            "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
        }
    ]
}