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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 155,
    "results": [
        {
            "start": 1258556213,
            "stop": 1258556214
        },
        {
            "start": 1258556217,
            "stop": 1258556225
        },
        {
            "start": 1258556228,
            "stop": 1258556418
        },
        {
            "start": 1258556421,
            "stop": 1258557697
        },
        {
            "start": 1258557700,
            "stop": 1258558068
        },
        {
            "start": 1258558071,
            "stop": 1258558290
        },
        {
            "start": 1258558293,
            "stop": 1258558297
        },
        {
            "start": 1258558300,
            "stop": 1258558941
        },
        {
            "start": 1258558944,
            "stop": 1258559425
        },
        {
            "start": 1258559428,
            "stop": 1258559746
        },
        {
            "start": 1258559749,
            "stop": 1258559754
        },
        {
            "start": 1258559760,
            "stop": 1258559916
        },
        {
            "start": 1258559919,
            "stop": 1258559923
        },
        {
            "start": 1258559926,
            "stop": 1258559935
        },
        {
            "start": 1258559938,
            "stop": 1258559941
        },
        {
            "start": 1258559944,
            "stop": 1258560056
        },
        {
            "start": 1258560059,
            "stop": 1258560196
        },
        {
            "start": 1258560199,
            "stop": 1258560542
        },
        {
            "start": 1258560545,
            "stop": 1258560770
        },
        {
            "start": 1258560773,
            "stop": 1258560880
        }
    ]
}