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=408
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=409",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=407",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 408,
    "results": [
        {
            "start": 1267561488,
            "stop": 1267561491
        },
        {
            "start": 1267561492,
            "stop": 1267561493
        },
        {
            "start": 1267561494,
            "stop": 1267561496
        },
        {
            "start": 1267561497,
            "stop": 1267561499
        },
        {
            "start": 1267561503,
            "stop": 1267561526
        },
        {
            "start": 1267561529,
            "stop": 1267561531
        },
        {
            "start": 1267561534,
            "stop": 1267561536
        },
        {
            "start": 1267561537,
            "stop": 1267561544
        },
        {
            "start": 1267561545,
            "stop": 1267561546
        },
        {
            "start": 1267561548,
            "stop": 1267561549
        },
        {
            "start": 1267561550,
            "stop": 1267561551
        },
        {
            "start": 1267561552,
            "stop": 1267561554
        },
        {
            "start": 1267561555,
            "stop": 1267561557
        },
        {
            "start": 1267561560,
            "stop": 1267561562
        },
        {
            "start": 1267561568,
            "stop": 1267561569
        },
        {
            "start": 1267561570,
            "stop": 1267561571
        },
        {
            "start": 1267561572,
            "stop": 1267561582
        },
        {
            "start": 1267561588,
            "stop": 1267561688
        },
        {
            "start": 1267561689,
            "stop": 1267562324
        },
        {
            "start": 1267562325,
            "stop": 1267562326
        }
    ]
}