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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=66",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 67,
    "results": [
        {
            "start": 931257048,
            "stop": 931257049
        },
        {
            "start": 931257055,
            "stop": 931257056
        },
        {
            "start": 931257059,
            "stop": 931257061
        },
        {
            "start": 931257066,
            "stop": 931257067
        },
        {
            "start": 931257075,
            "stop": 931257081
        },
        {
            "start": 931257090,
            "stop": 931257092
        },
        {
            "start": 931257112,
            "stop": 931257114
        },
        {
            "start": 931257131,
            "stop": 931257133
        },
        {
            "start": 931257135,
            "stop": 931257137
        },
        {
            "start": 931257140,
            "stop": 931257145
        },
        {
            "start": 931257147,
            "stop": 931257154
        },
        {
            "start": 931257163,
            "stop": 931257164
        },
        {
            "start": 931257169,
            "stop": 931257170
        },
        {
            "start": 931257172,
            "stop": 931257178
        },
        {
            "start": 931257192,
            "stop": 931257193
        },
        {
            "start": 931257202,
            "stop": 931257208
        },
        {
            "start": 931257223,
            "stop": 931257224
        },
        {
            "start": 931257226,
            "stop": 931257228
        },
        {
            "start": 931257232,
            "stop": 931257235
        },
        {
            "start": 931257238,
            "stop": 931257239
        }
    ]
}