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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=99",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 100,
    "results": [
        {
            "start": 931330132,
            "stop": 931330134
        },
        {
            "start": 931330136,
            "stop": 931330137
        },
        {
            "start": 931330141,
            "stop": 931330145
        },
        {
            "start": 931330149,
            "stop": 931330160
        },
        {
            "start": 931330162,
            "stop": 931330167
        },
        {
            "start": 931330171,
            "stop": 931330172
        },
        {
            "start": 931330176,
            "stop": 931330179
        },
        {
            "start": 931330182,
            "stop": 931330183
        },
        {
            "start": 931330186,
            "stop": 931330188
        },
        {
            "start": 931330190,
            "stop": 931330196
        },
        {
            "start": 931330201,
            "stop": 931330205
        },
        {
            "start": 931330207,
            "stop": 931330209
        },
        {
            "start": 931330212,
            "stop": 931330213
        },
        {
            "start": 931330221,
            "stop": 931330222
        },
        {
            "start": 931330226,
            "stop": 931330228
        },
        {
            "start": 931330230,
            "stop": 931330235
        },
        {
            "start": 931330239,
            "stop": 931330240
        },
        {
            "start": 931330242,
            "stop": 931330243
        },
        {
            "start": 931330245,
            "stop": 931330248
        },
        {
            "start": 931330253,
            "stop": 931330257
        }
    ]
}