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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=124",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 125,
    "results": [
        {
            "start": 931821526,
            "stop": 931821542
        },
        {
            "start": 931821546,
            "stop": 931821553
        },
        {
            "start": 931821555,
            "stop": 931821558
        },
        {
            "start": 931821560,
            "stop": 931821567
        },
        {
            "start": 931821570,
            "stop": 931821573
        },
        {
            "start": 931821575,
            "stop": 931821582
        },
        {
            "start": 931821585,
            "stop": 931821587
        },
        {
            "start": 931821590,
            "stop": 931821817
        },
        {
            "start": 931821819,
            "stop": 931821892
        },
        {
            "start": 931821895,
            "stop": 931822192
        },
        {
            "start": 931822194,
            "stop": 931822296
        },
        {
            "start": 931822298,
            "stop": 931822401
        },
        {
            "start": 931822403,
            "stop": 931822569
        },
        {
            "start": 931822573,
            "stop": 931822815
        },
        {
            "start": 931826475,
            "stop": 931826832
        },
        {
            "start": 931826835,
            "stop": 931827277
        },
        {
            "start": 931827280,
            "stop": 931827562
        },
        {
            "start": 931827565,
            "stop": 931827578
        },
        {
            "start": 931827580,
            "stop": 931827615
        },
        {
            "start": 931827975,
            "stop": 931828868
        }
    ]
}