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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=121",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 122,
    "results": [
        {
            "start": 931341117,
            "stop": 931341123
        },
        {
            "start": 931341130,
            "stop": 931341131
        },
        {
            "start": 931341138,
            "stop": 931341140
        },
        {
            "start": 931341146,
            "stop": 931341147
        },
        {
            "start": 931341156,
            "stop": 931341157
        },
        {
            "start": 931341165,
            "stop": 931341167
        },
        {
            "start": 931341174,
            "stop": 931341179
        },
        {
            "start": 931341181,
            "stop": 931341182
        },
        {
            "start": 931341184,
            "stop": 931341185
        },
        {
            "start": 931341187,
            "stop": 931341188
        },
        {
            "start": 931341190,
            "stop": 931341193
        },
        {
            "start": 931341197,
            "stop": 931341199
        },
        {
            "start": 931341205,
            "stop": 931341206
        },
        {
            "start": 931341215,
            "stop": 931341217
        },
        {
            "start": 931341227,
            "stop": 931341229
        },
        {
            "start": 931341243,
            "stop": 931341244
        },
        {
            "start": 931341252,
            "stop": 931341254
        },
        {
            "start": 931341256,
            "stop": 931341262
        },
        {
            "start": 931341271,
            "stop": 931341272
        },
        {
            "start": 931341282,
            "stop": 931341283
        }
    ]
}