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=8076
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=8077",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8075",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8076,
    "results": [
        {
            "start": 970490066,
            "stop": 970490077
        },
        {
            "start": 970490081,
            "stop": 970490082
        },
        {
            "start": 970490085,
            "stop": 970490086
        },
        {
            "start": 970490090,
            "stop": 970490091
        },
        {
            "start": 970490095,
            "stop": 970490100
        },
        {
            "start": 970490106,
            "stop": 970490108
        },
        {
            "start": 970490115,
            "stop": 970490126
        },
        {
            "start": 970490129,
            "stop": 970490139
        },
        {
            "start": 970490142,
            "stop": 970490143
        },
        {
            "start": 970490146,
            "stop": 970490163
        },
        {
            "start": 970490166,
            "stop": 970490169
        },
        {
            "start": 970490172,
            "stop": 970490174
        },
        {
            "start": 970490177,
            "stop": 970490179
        },
        {
            "start": 970490182,
            "stop": 970490188
        },
        {
            "start": 970490191,
            "stop": 970490195
        },
        {
            "start": 970490200,
            "stop": 970490202
        },
        {
            "start": 970490207,
            "stop": 970490209
        },
        {
            "start": 970490212,
            "stop": 970490213
        },
        {
            "start": 970490216,
            "stop": 970490217
        },
        {
            "start": 970490235,
            "stop": 970490239
        }
    ]
}