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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=102",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 103,
    "results": [
        {
            "start": 819714022,
            "stop": 819718062
        },
        {
            "start": 819718065,
            "stop": 819718238
        },
        {
            "start": 819718241,
            "stop": 819719925
        },
        {
            "start": 819719928,
            "stop": 819719968
        },
        {
            "start": 819719971,
            "stop": 819721406
        },
        {
            "start": 819721409,
            "stop": 819723041
        },
        {
            "start": 819723045,
            "stop": 819723102
        },
        {
            "start": 819723105,
            "stop": 819723107
        },
        {
            "start": 819723111,
            "stop": 819723142
        },
        {
            "start": 819723145,
            "stop": 819723650
        },
        {
            "start": 819723653,
            "stop": 819723742
        },
        {
            "start": 819723745,
            "stop": 819723888
        },
        {
            "start": 819723891,
            "stop": 819724410
        },
        {
            "start": 819724413,
            "stop": 819725230
        },
        {
            "start": 819725233,
            "stop": 819725288
        },
        {
            "start": 819725291,
            "stop": 819725712
        },
        {
            "start": 819725715,
            "stop": 819725802
        },
        {
            "start": 819725805,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819726438
        },
        {
            "start": 819726441,
            "stop": 819726885
        }
    ]
}