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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=552",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=550",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 551,
    "results": [
        {
            "start": 1185213487,
            "stop": 1185213799
        },
        {
            "start": 1185213801,
            "stop": 1185214631
        },
        {
            "start": 1185214634,
            "stop": 1185215217
        },
        {
            "start": 1185215218,
            "stop": 1185215235
        },
        {
            "start": 1185215239,
            "stop": 1185215241
        },
        {
            "start": 1185215247,
            "stop": 1185215250
        },
        {
            "start": 1185215255,
            "stop": 1185215260
        },
        {
            "start": 1185215263,
            "stop": 1185215268
        },
        {
            "start": 1185215273,
            "stop": 1185215275
        },
        {
            "start": 1185244711,
            "stop": 1185253552
        },
        {
            "start": 1185253554,
            "stop": 1185253559
        },
        {
            "start": 1185253561,
            "stop": 1185254300
        },
        {
            "start": 1185254302,
            "stop": 1185254343
        },
        {
            "start": 1185254347,
            "stop": 1185255217
        },
        {
            "start": 1185255221,
            "stop": 1185258236
        },
        {
            "start": 1185258285,
            "stop": 1185258717
        },
        {
            "start": 1185258720,
            "stop": 1185259715
        },
        {
            "start": 1185259719,
            "stop": 1185259854
        },
        {
            "start": 1185259856,
            "stop": 1185262939
        },
        {
            "start": 1185262941,
            "stop": 1185264474
        }
    ]
}