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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 201,
    "results": [
        {
            "start": 1259111524,
            "stop": 1259113132
        },
        {
            "start": 1259113135,
            "stop": 1259113699
        },
        {
            "start": 1259122155,
            "stop": 1259122165
        },
        {
            "start": 1259122167,
            "stop": 1259123835
        },
        {
            "start": 1259123839,
            "stop": 1259125019
        },
        {
            "start": 1259125021,
            "stop": 1259125887
        },
        {
            "start": 1259126330,
            "stop": 1259127286
        },
        {
            "start": 1259127289,
            "stop": 1259128325
        },
        {
            "start": 1259128328,
            "stop": 1259131104
        },
        {
            "start": 1259131112,
            "stop": 1259132394
        },
        {
            "start": 1259132397,
            "stop": 1259132697
        },
        {
            "start": 1259132700,
            "stop": 1259133691
        },
        {
            "start": 1259133699,
            "stop": 1259135540
        },
        {
            "start": 1259135543,
            "stop": 1259136694
        },
        {
            "start": 1259136697,
            "stop": 1259136918
        },
        {
            "start": 1259136921,
            "stop": 1259137063
        },
        {
            "start": 1259137066,
            "stop": 1259137423
        },
        {
            "start": 1259137426,
            "stop": 1259137805
        },
        {
            "start": 1259153976,
            "stop": 1259154119
        },
        {
            "start": 1259154122,
            "stop": 1259156455
        }
    ]
}