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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=469",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=467",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 468,
    "results": [
        {
            "start": 1268958111,
            "stop": 1268958112
        },
        {
            "start": 1268958114,
            "stop": 1268958116
        },
        {
            "start": 1268958117,
            "stop": 1268958118
        },
        {
            "start": 1268958119,
            "stop": 1268958124
        },
        {
            "start": 1268958126,
            "stop": 1268958128
        },
        {
            "start": 1268958129,
            "stop": 1268958132
        },
        {
            "start": 1268958136,
            "stop": 1268958137
        },
        {
            "start": 1268958139,
            "stop": 1268958141
        },
        {
            "start": 1268958142,
            "stop": 1268958143
        },
        {
            "start": 1268958145,
            "stop": 1268958146
        },
        {
            "start": 1268958147,
            "stop": 1268958150
        },
        {
            "start": 1268958151,
            "stop": 1268958152
        },
        {
            "start": 1268958153,
            "stop": 1268958160
        },
        {
            "start": 1268958163,
            "stop": 1268958175
        },
        {
            "start": 1268958176,
            "stop": 1268958179
        },
        {
            "start": 1268958181,
            "stop": 1268958182
        },
        {
            "start": 1268958184,
            "stop": 1268958187
        },
        {
            "start": 1268958192,
            "stop": 1268958193
        },
        {
            "start": 1268958194,
            "stop": 1268958195
        },
        {
            "start": 1268958198,
            "stop": 1268958204
        }
    ]
}