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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=128",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 129,
    "results": [
        {
            "start": 931869705,
            "stop": 931870243
        },
        {
            "start": 931870245,
            "stop": 931870815
        },
        {
            "start": 931871175,
            "stop": 931871870
        },
        {
            "start": 931871875,
            "stop": 931873306
        },
        {
            "start": 931873309,
            "stop": 931873857
        },
        {
            "start": 931873875,
            "stop": 931873902
        },
        {
            "start": 931876107,
            "stop": 931878015
        },
        {
            "start": 931882589,
            "stop": 931882702
        },
        {
            "start": 931883485,
            "stop": 931884516
        },
        {
            "start": 931884521,
            "stop": 931885080
        },
        {
            "start": 931886238,
            "stop": 931886264
        },
        {
            "start": 931886265,
            "stop": 931886704
        },
        {
            "start": 931886706,
            "stop": 931886718
        },
        {
            "start": 931886721,
            "stop": 931886733
        },
        {
            "start": 931886737,
            "stop": 931886749
        },
        {
            "start": 931886752,
            "stop": 931886763
        },
        {
            "start": 931886766,
            "stop": 931886778
        },
        {
            "start": 931886782,
            "stop": 931886793
        },
        {
            "start": 931886796,
            "stop": 931886809
        },
        {
            "start": 931886811,
            "stop": 931886823
        }
    ]
}