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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=80",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 81,
    "results": [
        {
            "start": 829171898,
            "stop": 829174294
        },
        {
            "start": 829206742,
            "stop": 829207272
        },
        {
            "start": 829208100,
            "stop": 829208104
        },
        {
            "start": 829210428,
            "stop": 829210430
        },
        {
            "start": 829210516,
            "stop": 829210517
        },
        {
            "start": 829214456,
            "stop": 829214459
        },
        {
            "start": 829237323,
            "stop": 829240920
        },
        {
            "start": 829240928,
            "stop": 829248334
        },
        {
            "start": 829254052,
            "stop": 829260638
        },
        {
            "start": 829260646,
            "stop": 829263371
        },
        {
            "start": 829278749,
            "stop": 829325266
        },
        {
            "start": 829325282,
            "stop": 829328753
        },
        {
            "start": 829328761,
            "stop": 829335973
        },
        {
            "start": 829344755,
            "stop": 829346193
        },
        {
            "start": 829346241,
            "stop": 829347160
        },
        {
            "start": 829347168,
            "stop": 829351246
        },
        {
            "start": 829352830,
            "stop": 829377449
        },
        {
            "start": 829377526,
            "stop": 829380212
        },
        {
            "start": 829384466,
            "stop": 829395384
        },
        {
            "start": 829403334,
            "stop": 829406053
        }
    ]
}