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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=79",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 80,
    "results": [
        {
            "start": 1263222303,
            "stop": 1263222309
        },
        {
            "start": 1263222313,
            "stop": 1263222314
        },
        {
            "start": 1263222315,
            "stop": 1263222327
        },
        {
            "start": 1263222329,
            "stop": 1263222330
        },
        {
            "start": 1263222331,
            "stop": 1263222340
        },
        {
            "start": 1263222343,
            "stop": 1263222344
        },
        {
            "start": 1263222346,
            "stop": 1263222347
        },
        {
            "start": 1263222349,
            "stop": 1263222354
        },
        {
            "start": 1263222356,
            "stop": 1263222357
        },
        {
            "start": 1263222360,
            "stop": 1263222361
        },
        {
            "start": 1263222363,
            "stop": 1263222364
        },
        {
            "start": 1263222367,
            "stop": 1263222405
        },
        {
            "start": 1263222406,
            "stop": 1263222407
        },
        {
            "start": 1263222408,
            "stop": 1263222410
        },
        {
            "start": 1263222411,
            "stop": 1263222482
        },
        {
            "start": 1263222483,
            "stop": 1263222485
        },
        {
            "start": 1263222486,
            "stop": 1263222487
        },
        {
            "start": 1263222488,
            "stop": 1263222491
        },
        {
            "start": 1263222493,
            "stop": 1263222497
        },
        {
            "start": 1263222498,
            "stop": 1263222499
        }
    ]
}