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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=36",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 37,
    "results": [
        {
            "start": 820511903,
            "stop": 820518145
        },
        {
            "start": 820518451,
            "stop": 820523482
        },
        {
            "start": 820525093,
            "stop": 820528746
        },
        {
            "start": 820529066,
            "stop": 820531086
        },
        {
            "start": 820532220,
            "stop": 820533267
        },
        {
            "start": 820533667,
            "stop": 820533688
        },
        {
            "start": 820534008,
            "stop": 820534836
        },
        {
            "start": 820535236,
            "stop": 820536774
        },
        {
            "start": 820537635,
            "stop": 820539380
        },
        {
            "start": 820540170,
            "stop": 820540218
        },
        {
            "start": 820540618,
            "stop": 820544469
        },
        {
            "start": 820545542,
            "stop": 820554163
        },
        {
            "start": 820555503,
            "stop": 820557403
        },
        {
            "start": 820557886,
            "stop": 820562733
        },
        {
            "start": 820563201,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820626093
        },
        {
            "start": 820626493,
            "stop": 820626501
        },
        {
            "start": 820626973,
            "stop": 820635234
        },
        {
            "start": 820635641,
            "stop": 820635925
        },
        {
            "start": 820637258,
            "stop": 820641062
        }
    ]
}