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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=146",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 147,
    "results": [
        {
            "start": 1264334347,
            "stop": 1264334348
        },
        {
            "start": 1264334353,
            "stop": 1264334355
        },
        {
            "start": 1264334356,
            "stop": 1264334488
        },
        {
            "start": 1264334489,
            "stop": 1264334493
        },
        {
            "start": 1264334494,
            "stop": 1264334498
        },
        {
            "start": 1264334500,
            "stop": 1264334502
        },
        {
            "start": 1264334504,
            "stop": 1264334505
        },
        {
            "start": 1264334508,
            "stop": 1264334527
        },
        {
            "start": 1264334529,
            "stop": 1264334532
        },
        {
            "start": 1264334534,
            "stop": 1264334542
        },
        {
            "start": 1264334545,
            "stop": 1264334546
        },
        {
            "start": 1264334547,
            "stop": 1264334551
        },
        {
            "start": 1264334552,
            "stop": 1264334556
        },
        {
            "start": 1264334557,
            "stop": 1264334559
        },
        {
            "start": 1264334562,
            "stop": 1264334564
        },
        {
            "start": 1264334566,
            "stop": 1264334567
        },
        {
            "start": 1264334569,
            "stop": 1264334571
        },
        {
            "start": 1264334575,
            "stop": 1264334983
        },
        {
            "start": 1264334985,
            "stop": 1264336165
        },
        {
            "start": 1264336167,
            "stop": 1264336168
        }
    ]
}