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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=62",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 63,
    "results": [
        {
            "start": 821305969,
            "stop": 821306009
        },
        {
            "start": 821306012,
            "stop": 821306025
        },
        {
            "start": 821306028,
            "stop": 821306123
        },
        {
            "start": 821306126,
            "stop": 821306331
        },
        {
            "start": 821306334,
            "stop": 821306433
        },
        {
            "start": 821306436,
            "stop": 821306728
        },
        {
            "start": 821306731,
            "stop": 821307019
        },
        {
            "start": 821307022,
            "stop": 821307751
        },
        {
            "start": 821307754,
            "stop": 821307833
        },
        {
            "start": 821307836,
            "stop": 821307955
        },
        {
            "start": 821307958,
            "stop": 821308114
        },
        {
            "start": 821308117,
            "stop": 821308241
        },
        {
            "start": 821308244,
            "stop": 821308612
        },
        {
            "start": 821308615,
            "stop": 821308907
        },
        {
            "start": 821308910,
            "stop": 821308913
        },
        {
            "start": 821308916,
            "stop": 821309272
        },
        {
            "start": 821309275,
            "stop": 821309309
        },
        {
            "start": 821309312,
            "stop": 821309657
        },
        {
            "start": 821309660,
            "stop": 821310121
        },
        {
            "start": 821310124,
            "stop": 821310503
        }
    ]
}