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=8084
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=8085",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8083",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8084,
    "results": [
        {
            "start": 970497057,
            "stop": 970497062
        },
        {
            "start": 970497073,
            "stop": 970497075
        },
        {
            "start": 970497097,
            "stop": 970497099
        },
        {
            "start": 970497121,
            "stop": 970497122
        },
        {
            "start": 970497134,
            "stop": 970497141
        },
        {
            "start": 970497232,
            "stop": 970497253
        },
        {
            "start": 970539326,
            "stop": 970540076
        },
        {
            "start": 970540079,
            "stop": 970540166
        },
        {
            "start": 970540172,
            "stop": 970540173
        },
        {
            "start": 970540179,
            "stop": 970540181
        },
        {
            "start": 970540187,
            "stop": 970540188
        },
        {
            "start": 970540201,
            "stop": 970540203
        },
        {
            "start": 970540212,
            "stop": 970540221
        },
        {
            "start": 970540230,
            "stop": 970540262
        },
        {
            "start": 970540272,
            "stop": 970540276
        },
        {
            "start": 970540282,
            "stop": 970540288
        },
        {
            "start": 970540322,
            "stop": 970540327
        },
        {
            "start": 970540333,
            "stop": 970540341
        },
        {
            "start": 970540347,
            "stop": 970540592
        },
        {
            "start": 970540598,
            "stop": 970540614
        }
    ]
}