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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=323",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 324,
    "results": [
        {
            "start": 1264915806,
            "stop": 1264915808
        },
        {
            "start": 1264915809,
            "stop": 1264915917
        },
        {
            "start": 1264915918,
            "stop": 1264915977
        },
        {
            "start": 1264915978,
            "stop": 1264915979
        },
        {
            "start": 1264915980,
            "stop": 1264917288
        },
        {
            "start": 1264917289,
            "stop": 1264918150
        },
        {
            "start": 1264918151,
            "stop": 1264918152
        },
        {
            "start": 1264918153,
            "stop": 1264918161
        },
        {
            "start": 1264918162,
            "stop": 1264918184
        },
        {
            "start": 1264918185,
            "stop": 1264918204
        },
        {
            "start": 1264918205,
            "stop": 1264918214
        },
        {
            "start": 1264918215,
            "stop": 1264918246
        },
        {
            "start": 1264918247,
            "stop": 1264918257
        },
        {
            "start": 1264918258,
            "stop": 1264918276
        },
        {
            "start": 1264918278,
            "stop": 1264918279
        },
        {
            "start": 1264918280,
            "stop": 1264918296
        },
        {
            "start": 1264918297,
            "stop": 1264918298
        },
        {
            "start": 1264918300,
            "stop": 1264918302
        },
        {
            "start": 1264918303,
            "stop": 1264918305
        },
        {
            "start": 1264918306,
            "stop": 1264918309
        }
    ]
}