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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 9,
    "results": [
        {
            "start": 931088156,
            "stop": 931088157
        },
        {
            "start": 931088159,
            "stop": 931088160
        },
        {
            "start": 931088165,
            "stop": 931088169
        },
        {
            "start": 931088173,
            "stop": 931088177
        },
        {
            "start": 931088182,
            "stop": 931088183
        },
        {
            "start": 931088189,
            "stop": 931088195
        },
        {
            "start": 931088197,
            "stop": 931088201
        },
        {
            "start": 931088206,
            "stop": 931088208
        },
        {
            "start": 931088214,
            "stop": 931088225
        },
        {
            "start": 931088233,
            "stop": 931088236
        },
        {
            "start": 931088241,
            "stop": 931088242
        },
        {
            "start": 931088245,
            "stop": 931088249
        },
        {
            "start": 931088250,
            "stop": 931088258
        },
        {
            "start": 931088259,
            "stop": 931088265
        },
        {
            "start": 931088267,
            "stop": 931088269
        },
        {
            "start": 931088271,
            "stop": 931088273
        },
        {
            "start": 931088276,
            "stop": 931088278
        },
        {
            "start": 931088280,
            "stop": 931088290
        },
        {
            "start": 931088293,
            "stop": 931088306
        },
        {
            "start": 931088316,
            "stop": 931088322
        }
    ]
}