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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=55",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 56,
    "results": [
        {
            "start": 931395125,
            "stop": 931395143
        },
        {
            "start": 931395161,
            "stop": 931395251
        },
        {
            "start": 931395269,
            "stop": 931395277
        },
        {
            "start": 931395295,
            "stop": 931395298
        },
        {
            "start": 931395316,
            "stop": 931395336
        },
        {
            "start": 931395376,
            "stop": 931395386
        },
        {
            "start": 931395404,
            "stop": 931395497
        },
        {
            "start": 931395515,
            "stop": 931395591
        },
        {
            "start": 931395608,
            "stop": 931395615
        },
        {
            "start": 931395975,
            "stop": 931396011
        },
        {
            "start": 931396029,
            "stop": 931396105
        },
        {
            "start": 931396123,
            "stop": 931396124
        },
        {
            "start": 931396126,
            "stop": 931396127
        },
        {
            "start": 931396165,
            "stop": 931396290
        },
        {
            "start": 931396325,
            "stop": 931396340
        },
        {
            "start": 931396357,
            "stop": 931396562
        },
        {
            "start": 931396579,
            "stop": 931396589
        },
        {
            "start": 931396611,
            "stop": 931396620
        },
        {
            "start": 931396638,
            "stop": 931396680
        },
        {
            "start": 931396697,
            "stop": 931396768
        }
    ]
}