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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 126,
    "results": [
        {
            "start": 1258023612,
            "stop": 1258023816
        },
        {
            "start": 1258023819,
            "stop": 1258023930
        },
        {
            "start": 1258023933,
            "stop": 1258023949
        },
        {
            "start": 1258023955,
            "stop": 1258023958
        },
        {
            "start": 1258023961,
            "stop": 1258024099
        },
        {
            "start": 1258024102,
            "stop": 1258024431
        },
        {
            "start": 1258024434,
            "stop": 1258024834
        },
        {
            "start": 1258024837,
            "stop": 1258024843
        },
        {
            "start": 1258024846,
            "stop": 1258024854
        },
        {
            "start": 1258024857,
            "stop": 1258025038
        },
        {
            "start": 1258025041,
            "stop": 1258025317
        },
        {
            "start": 1258025320,
            "stop": 1258025669
        },
        {
            "start": 1258025672,
            "stop": 1258025722
        },
        {
            "start": 1258025725,
            "stop": 1258025840
        },
        {
            "start": 1258025843,
            "stop": 1258025953
        },
        {
            "start": 1258025956,
            "stop": 1258026196
        },
        {
            "start": 1258026199,
            "stop": 1258026394
        },
        {
            "start": 1258026397,
            "stop": 1258026598
        },
        {
            "start": 1258026601,
            "stop": 1258026916
        },
        {
            "start": 1258026919,
            "stop": 1258027000
        }
    ]
}