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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=784",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=782",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 783,
    "results": [
        {
            "start": 1268306968,
            "stop": 1268307473
        },
        {
            "start": 1268307477,
            "stop": 1268311356
        },
        {
            "start": 1268312132,
            "stop": 1268312245
        },
        {
            "start": 1268312246,
            "stop": 1268312587
        },
        {
            "start": 1268312591,
            "stop": 1268312692
        },
        {
            "start": 1268312696,
            "stop": 1268315209
        },
        {
            "start": 1268315211,
            "stop": 1268322321
        },
        {
            "start": 1268322325,
            "stop": 1268323039
        },
        {
            "start": 1268323042,
            "stop": 1268325839
        },
        {
            "start": 1268325840,
            "stop": 1268327137
        },
        {
            "start": 1268327139,
            "stop": 1268329318
        },
        {
            "start": 1268329321,
            "stop": 1268331860
        },
        {
            "start": 1268334202,
            "stop": 1268336044
        },
        {
            "start": 1268336049,
            "stop": 1268337413
        },
        {
            "start": 1268337416,
            "stop": 1268337468
        },
        {
            "start": 1268337470,
            "stop": 1268337736
        },
        {
            "start": 1268337739,
            "stop": 1268345843
        },
        {
            "start": 1268345844,
            "stop": 1268346057
        },
        {
            "start": 1268346060,
            "stop": 1268346231
        },
        {
            "start": 1268346235,
            "stop": 1268348696
        }
    ]
}