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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=75",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 76,
    "results": [
        {
            "start": 1262908706,
            "stop": 1262920323
        },
        {
            "start": 1262920324,
            "stop": 1262920465
        },
        {
            "start": 1262920467,
            "stop": 1262920476
        },
        {
            "start": 1262920478,
            "stop": 1262920610
        },
        {
            "start": 1262920612,
            "stop": 1262920622
        },
        {
            "start": 1262920624,
            "stop": 1262920737
        },
        {
            "start": 1262920739,
            "stop": 1262920749
        },
        {
            "start": 1262920750,
            "stop": 1262929550
        },
        {
            "start": 1262929551,
            "stop": 1262929552
        },
        {
            "start": 1262929553,
            "stop": 1262930463
        },
        {
            "start": 1262930464,
            "stop": 1262931512
        },
        {
            "start": 1262931513,
            "stop": 1262931577
        },
        {
            "start": 1262931579,
            "stop": 1262932971
        },
        {
            "start": 1262932975,
            "stop": 1262932983
        },
        {
            "start": 1262932984,
            "stop": 1262933065
        },
        {
            "start": 1262933067,
            "stop": 1262933547
        },
        {
            "start": 1262933548,
            "stop": 1262933549
        },
        {
            "start": 1262933550,
            "stop": 1262933561
        },
        {
            "start": 1262933562,
            "stop": 1262933629
        },
        {
            "start": 1262933630,
            "stop": 1262933836
        }
    ]
}