Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=81",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 82,
    "results": [
        {
            "start": 1263226207,
            "stop": 1263226209
        },
        {
            "start": 1263226210,
            "stop": 1263226211
        },
        {
            "start": 1263226212,
            "stop": 1263226215
        },
        {
            "start": 1263226216,
            "stop": 1263226217
        },
        {
            "start": 1263226218,
            "stop": 1263226223
        },
        {
            "start": 1263226224,
            "stop": 1263226226
        },
        {
            "start": 1263226227,
            "stop": 1263226230
        },
        {
            "start": 1263226231,
            "stop": 1263226232
        },
        {
            "start": 1263226233,
            "stop": 1263226236
        },
        {
            "start": 1263226238,
            "stop": 1263226239
        },
        {
            "start": 1263226242,
            "stop": 1263226246
        },
        {
            "start": 1263226248,
            "stop": 1263226256
        },
        {
            "start": 1263226257,
            "stop": 1263226259
        },
        {
            "start": 1263226260,
            "stop": 1263226262
        },
        {
            "start": 1263226264,
            "stop": 1263226266
        },
        {
            "start": 1263226267,
            "stop": 1263226268
        },
        {
            "start": 1263226269,
            "stop": 1263226278
        },
        {
            "start": 1263226279,
            "stop": 1263226281
        },
        {
            "start": 1263226283,
            "stop": 1263226286
        },
        {
            "start": 1263226288,
            "stop": 1263226289
        }
    ]
}