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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3734",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3735,
    "results": [
        {
            "start": 873665078,
            "stop": 873665100
        },
        {
            "start": 873665160,
            "stop": 873665687
        },
        {
            "start": 873667332,
            "stop": 873667488
        },
        {
            "start": 873667528,
            "stop": 873668040
        },
        {
            "start": 873668100,
            "stop": 873668106
        },
        {
            "start": 873668452,
            "stop": 873668646
        },
        {
            "start": 873668673,
            "stop": 873668700
        },
        {
            "start": 873668820,
            "stop": 873668843
        },
        {
            "start": 873668862,
            "stop": 873668880
        },
        {
            "start": 873669000,
            "stop": 873669840
        },
        {
            "start": 873669960,
            "stop": 873669966
        },
        {
            "start": 873669988,
            "stop": 873670000
        },
        {
            "start": 873671288,
            "stop": 873671469
        },
        {
            "start": 873671769,
            "stop": 873672518
        },
        {
            "start": 873672535,
            "stop": 873673207
        },
        {
            "start": 873673224,
            "stop": 873673278
        },
        {
            "start": 873673295,
            "stop": 873675682
        },
        {
            "start": 873675703,
            "stop": 873675720
        },
        {
            "start": 873675780,
            "stop": 873676034
        },
        {
            "start": 873676051,
            "stop": 873676560
        }
    ]
}