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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=26",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 27,
    "results": [
        {
            "start": 815696356,
            "stop": 815696384
        },
        {
            "start": 815696397,
            "stop": 815696879
        },
        {
            "start": 815696886,
            "stop": 815698160
        },
        {
            "start": 815698167,
            "stop": 815698593
        },
        {
            "start": 815698600,
            "stop": 815699240
        },
        {
            "start": 815699247,
            "stop": 815700485
        },
        {
            "start": 815705428,
            "stop": 815708288
        },
        {
            "start": 815708301,
            "stop": 815708487
        },
        {
            "start": 815708494,
            "stop": 815709926
        },
        {
            "start": 815709934,
            "stop": 815712257
        },
        {
            "start": 815712270,
            "stop": 815712859
        },
        {
            "start": 815712866,
            "stop": 815717555
        },
        {
            "start": 815717568,
            "stop": 815725948
        },
        {
            "start": 815725961,
            "stop": 815726169
        },
        {
            "start": 815726182,
            "stop": 815734224
        },
        {
            "start": 815751076,
            "stop": 815751430
        },
        {
            "start": 815751437,
            "stop": 815752009
        },
        {
            "start": 815752022,
            "stop": 815752675
        },
        {
            "start": 815752687,
            "stop": 815757535
        },
        {
            "start": 815757542,
            "stop": 815762093
        }
    ]
}