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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5236",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5237,
    "results": [
        {
            "start": 875177985,
            "stop": 875178052
        },
        {
            "start": 875178059,
            "stop": 875179084
        },
        {
            "start": 875179091,
            "stop": 875179876
        },
        {
            "start": 875179883,
            "stop": 875179887
        },
        {
            "start": 875179901,
            "stop": 875179921
        },
        {
            "start": 875179928,
            "stop": 875179956
        },
        {
            "start": 875179963,
            "stop": 875180057
        },
        {
            "start": 875180064,
            "stop": 875180088
        },
        {
            "start": 875180095,
            "stop": 875180582
        },
        {
            "start": 875180589,
            "stop": 875180773
        },
        {
            "start": 875180780,
            "stop": 875181192
        },
        {
            "start": 875181199,
            "stop": 875181424
        },
        {
            "start": 875181431,
            "stop": 875181506
        },
        {
            "start": 875181513,
            "stop": 875181529
        },
        {
            "start": 875181536,
            "stop": 875181822
        },
        {
            "start": 875181829,
            "stop": 875181944
        },
        {
            "start": 875183761,
            "stop": 875186056
        },
        {
            "start": 875186063,
            "stop": 875186558
        },
        {
            "start": 875186565,
            "stop": 875187131
        },
        {
            "start": 875187138,
            "stop": 875187399
        }
    ]
}