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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=47",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 48,
    "results": [
        {
            "start": 940629362,
            "stop": 940629369
        },
        {
            "start": 940629378,
            "stop": 940629382
        },
        {
            "start": 940641205,
            "stop": 940643960
        },
        {
            "start": 940646524,
            "stop": 940653911
        },
        {
            "start": 940655819,
            "stop": 940665904
        },
        {
            "start": 940672486,
            "stop": 940680706
        },
        {
            "start": 940710959,
            "stop": 940717335
        },
        {
            "start": 940719353,
            "stop": 940733943
        },
        {
            "start": 940734960,
            "stop": 940774288
        },
        {
            "start": 940782543,
            "stop": 940791423
        },
        {
            "start": 940843743,
            "stop": 940861130
        },
        {
            "start": 940862153,
            "stop": 940862475
        },
        {
            "start": 940862702,
            "stop": 940867647
        },
        {
            "start": 940874003,
            "stop": 940874178
        },
        {
            "start": 940877991,
            "stop": 940897876
        },
        {
            "start": 940900175,
            "stop": 940902305
        },
        {
            "start": 940903190,
            "stop": 940922064
        },
        {
            "start": 940924012,
            "stop": 940925152
        },
        {
            "start": 940929599,
            "stop": 940929712
        },
        {
            "start": 940938969,
            "stop": 940939074
        }
    ]
}