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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=28",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 29,
    "results": [
        {
            "start": 815708492,
            "stop": 815709090
        },
        {
            "start": 815709150,
            "stop": 815709928
        },
        {
            "start": 815709932,
            "stop": 815712257
        },
        {
            "start": 815712260,
            "stop": 815712861
        },
        {
            "start": 815712864,
            "stop": 815717555
        },
        {
            "start": 815717558,
            "stop": 815725948
        },
        {
            "start": 815725951,
            "stop": 815726169
        },
        {
            "start": 815726172,
            "stop": 815734224
        },
        {
            "start": 815751076,
            "stop": 815751432
        },
        {
            "start": 815751435,
            "stop": 815752009
        },
        {
            "start": 815752012,
            "stop": 815752675
        },
        {
            "start": 815752677,
            "stop": 815757537
        },
        {
            "start": 815757540,
            "stop": 815762095
        },
        {
            "start": 815762098,
            "stop": 815762619
        },
        {
            "start": 815762621,
            "stop": 815763330
        },
        {
            "start": 815763390,
            "stop": 815764492
        },
        {
            "start": 815764495,
            "stop": 815765345
        },
        {
            "start": 815765346,
            "stop": 815765562
        },
        {
            "start": 815765566,
            "stop": 815766313
        },
        {
            "start": 815766316,
            "stop": 815766569
        }
    ]
}