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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=510",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=508",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 509,
    "results": [
        {
            "start": 962486055,
            "stop": 962486235
        },
        {
            "start": 962487375,
            "stop": 962489135
        },
        {
            "start": 962491069,
            "stop": 962497640
        },
        {
            "start": 962512296,
            "stop": 962532521
        },
        {
            "start": 962533929,
            "stop": 962546484
        },
        {
            "start": 962546487,
            "stop": 962547072
        },
        {
            "start": 962549932,
            "stop": 962551805
        },
        {
            "start": 962553883,
            "stop": 962555960
        },
        {
            "start": 962555962,
            "stop": 962558215
        },
        {
            "start": 962558216,
            "stop": 962558230
        },
        {
            "start": 962558231,
            "stop": 962558233
        },
        {
            "start": 962558235,
            "stop": 962558243
        },
        {
            "start": 962558250,
            "stop": 962558265
        },
        {
            "start": 962558267,
            "stop": 962560488
        },
        {
            "start": 962560489,
            "stop": 962560490
        },
        {
            "start": 962560493,
            "stop": 962560539
        },
        {
            "start": 962560540,
            "stop": 962562035
        },
        {
            "start": 962562036,
            "stop": 962562042
        },
        {
            "start": 962562044,
            "stop": 962562634
        },
        {
            "start": 962565880,
            "stop": 962566880
        }
    ]
}