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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=748",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=746",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 747,
    "results": [
        {
            "start": 1268218104,
            "stop": 1268218109
        },
        {
            "start": 1268223470,
            "stop": 1268224675
        },
        {
            "start": 1268224676,
            "stop": 1268231173
        },
        {
            "start": 1268231176,
            "stop": 1268232527
        },
        {
            "start": 1268232535,
            "stop": 1268233018
        },
        {
            "start": 1268233026,
            "stop": 1268233469
        },
        {
            "start": 1268233472,
            "stop": 1268237315
        },
        {
            "start": 1268237318,
            "stop": 1268241016
        },
        {
            "start": 1268241019,
            "stop": 1268242582
        },
        {
            "start": 1268242585,
            "stop": 1268244647
        },
        {
            "start": 1268244650,
            "stop": 1268245143
        },
        {
            "start": 1268245146,
            "stop": 1268246974
        },
        {
            "start": 1268246977,
            "stop": 1268247177
        },
        {
            "start": 1268247180,
            "stop": 1268250199
        },
        {
            "start": 1268250202,
            "stop": 1268252480
        },
        {
            "start": 1268252483,
            "stop": 1268252544
        },
        {
            "start": 1268252547,
            "stop": 1268254374
        },
        {
            "start": 1268254377,
            "stop": 1268254441
        },
        {
            "start": 1268254444,
            "stop": 1268255119
        },
        {
            "start": 1268255122,
            "stop": 1268258752
        }
    ]
}