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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2151",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2152,
    "results": [
        {
            "start": 868911313,
            "stop": 868911327
        },
        {
            "start": 868911333,
            "stop": 868913122
        },
        {
            "start": 868913128,
            "stop": 868915927
        },
        {
            "start": 868915933,
            "stop": 868916425
        },
        {
            "start": 868916827,
            "stop": 868917870
        },
        {
            "start": 868917930,
            "stop": 868919078
        },
        {
            "start": 868921268,
            "stop": 868928733
        },
        {
            "start": 868946045,
            "stop": 868958785
        },
        {
            "start": 868958787,
            "stop": 868970770
        },
        {
            "start": 868970775,
            "stop": 868970790
        },
        {
            "start": 868970795,
            "stop": 868974305
        },
        {
            "start": 868974310,
            "stop": 868974337
        },
        {
            "start": 868974343,
            "stop": 868981070
        },
        {
            "start": 868981075,
            "stop": 868982880
        },
        {
            "start": 868982940,
            "stop": 868985093
        },
        {
            "start": 868985096,
            "stop": 868987950
        },
        {
            "start": 868988100,
            "stop": 868989324
        },
        {
            "start": 868989624,
            "stop": 868989960
        },
        {
            "start": 868989965,
            "stop": 868990772
        },
        {
            "start": 868990778,
            "stop": 868999035
        }
    ]
}