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=733
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=734",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=732",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 733,
    "results": [
        {
            "start": 1267551560,
            "stop": 1267551582
        },
        {
            "start": 1267551585,
            "stop": 1267552621
        },
        {
            "start": 1267552624,
            "stop": 1267552952
        },
        {
            "start": 1267557865,
            "stop": 1267562557
        },
        {
            "start": 1267562560,
            "stop": 1267565699
        },
        {
            "start": 1267565707,
            "stop": 1267566058
        },
        {
            "start": 1267566061,
            "stop": 1267567104
        },
        {
            "start": 1267572890,
            "stop": 1267573875
        },
        {
            "start": 1267573878,
            "stop": 1267577014
        },
        {
            "start": 1267577017,
            "stop": 1267581601
        },
        {
            "start": 1267581604,
            "stop": 1267584024
        },
        {
            "start": 1267584027,
            "stop": 1267584284
        },
        {
            "start": 1267584287,
            "stop": 1267586681
        },
        {
            "start": 1267586684,
            "stop": 1267587708
        },
        {
            "start": 1267587711,
            "stop": 1267588559
        },
        {
            "start": 1267593503,
            "stop": 1267594887
        },
        {
            "start": 1267594890,
            "stop": 1267597016
        },
        {
            "start": 1267597019,
            "stop": 1267601706
        },
        {
            "start": 1267601708,
            "stop": 1267603412
        },
        {
            "start": 1267603503,
            "stop": 1267604277
        }
    ]
}