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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=193",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 194,
    "results": [
        {
            "start": 1264378951,
            "stop": 1264378985
        },
        {
            "start": 1264378988,
            "stop": 1264379021
        },
        {
            "start": 1264379023,
            "stop": 1264379059
        },
        {
            "start": 1264379060,
            "stop": 1264379093
        },
        {
            "start": 1264379094,
            "stop": 1264379101
        },
        {
            "start": 1264379102,
            "stop": 1264379104
        },
        {
            "start": 1264379105,
            "stop": 1264379121
        },
        {
            "start": 1264379123,
            "stop": 1264379184
        },
        {
            "start": 1264379185,
            "stop": 1264379186
        },
        {
            "start": 1264379187,
            "stop": 1264379203
        },
        {
            "start": 1264379204,
            "stop": 1264379209
        },
        {
            "start": 1264379212,
            "stop": 1264379228
        },
        {
            "start": 1264379229,
            "stop": 1264379230
        },
        {
            "start": 1264379231,
            "stop": 1264379243
        },
        {
            "start": 1264379244,
            "stop": 1264379245
        },
        {
            "start": 1264379247,
            "stop": 1264379259
        },
        {
            "start": 1264379260,
            "stop": 1264379261
        },
        {
            "start": 1264379262,
            "stop": 1264379293
        },
        {
            "start": 1264379294,
            "stop": 1264379295
        },
        {
            "start": 1264379296,
            "stop": 1264379300
        }
    ]
}