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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 173,
    "results": [
        {
            "start": 1258673676,
            "stop": 1258673781
        },
        {
            "start": 1258673784,
            "stop": 1258674427
        },
        {
            "start": 1258674430,
            "stop": 1258674499
        },
        {
            "start": 1258674502,
            "stop": 1258674503
        },
        {
            "start": 1258674506,
            "stop": 1258674994
        },
        {
            "start": 1258674997,
            "stop": 1258675319
        },
        {
            "start": 1258675322,
            "stop": 1258675383
        },
        {
            "start": 1258675386,
            "stop": 1258676099
        },
        {
            "start": 1258676102,
            "stop": 1258676148
        },
        {
            "start": 1258676151,
            "stop": 1258676191
        },
        {
            "start": 1258676194,
            "stop": 1258676572
        },
        {
            "start": 1258676575,
            "stop": 1258677278
        },
        {
            "start": 1258677281,
            "stop": 1258677383
        },
        {
            "start": 1258677386,
            "stop": 1258679342
        },
        {
            "start": 1258679345,
            "stop": 1258679649
        },
        {
            "start": 1258679655,
            "stop": 1258680936
        },
        {
            "start": 1258680939,
            "stop": 1258681874
        },
        {
            "start": 1258681877,
            "stop": 1258683418
        },
        {
            "start": 1258683421,
            "stop": 1258686916
        },
        {
            "start": 1258686925,
            "stop": 1258688960
        }
    ]
}