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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=79",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 80,
    "results": [
        {
            "start": 821427738,
            "stop": 821427765
        },
        {
            "start": 821427768,
            "stop": 821428013
        },
        {
            "start": 821428016,
            "stop": 821428241
        },
        {
            "start": 821428244,
            "stop": 821428568
        },
        {
            "start": 821428571,
            "stop": 821428669
        },
        {
            "start": 821428672,
            "stop": 821428673
        },
        {
            "start": 821428676,
            "stop": 821428729
        },
        {
            "start": 821428732,
            "stop": 821428741
        },
        {
            "start": 821428744,
            "stop": 821428793
        },
        {
            "start": 821428796,
            "stop": 821429180
        },
        {
            "start": 821429183,
            "stop": 821429230
        },
        {
            "start": 821429233,
            "stop": 821429586
        },
        {
            "start": 821429589,
            "stop": 821429710
        },
        {
            "start": 821429713,
            "stop": 821429983
        },
        {
            "start": 821429986,
            "stop": 821430052
        },
        {
            "start": 821430055,
            "stop": 821430102
        },
        {
            "start": 821430105,
            "stop": 821430147
        },
        {
            "start": 821430150,
            "stop": 821430400
        },
        {
            "start": 821430403,
            "stop": 821430489
        },
        {
            "start": 821430492,
            "stop": 821430513
        }
    ]
}