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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=889",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=887",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 888,
    "results": [
        {
            "start": 969931843,
            "stop": 969932182
        },
        {
            "start": 969935766,
            "stop": 969936207
        },
        {
            "start": 969936213,
            "stop": 969936258
        },
        {
            "start": 969938509,
            "stop": 969939139
        },
        {
            "start": 969939144,
            "stop": 969939183
        },
        {
            "start": 969940229,
            "stop": 969940778
        },
        {
            "start": 969942006,
            "stop": 969942970
        },
        {
            "start": 969943909,
            "stop": 969943922
        },
        {
            "start": 969943928,
            "stop": 969944055
        },
        {
            "start": 969944718,
            "stop": 969949076
        },
        {
            "start": 969950405,
            "stop": 969951134
        },
        {
            "start": 969951139,
            "stop": 969952015
        },
        {
            "start": 969952864,
            "stop": 969953780
        },
        {
            "start": 969954543,
            "stop": 969958473
        },
        {
            "start": 969959187,
            "stop": 969959270
        },
        {
            "start": 969960008,
            "stop": 969960473
        },
        {
            "start": 969962334,
            "stop": 969962386
        },
        {
            "start": 969963994,
            "stop": 969964310
        },
        {
            "start": 969965152,
            "stop": 969974308
        },
        {
            "start": 969974571,
            "stop": 969979519
        }
    ]
}