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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=139",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 140,
    "results": [
        {
            "start": 1264328346,
            "stop": 1264328351
        },
        {
            "start": 1264328355,
            "stop": 1264328356
        },
        {
            "start": 1264328357,
            "stop": 1264328507
        },
        {
            "start": 1264328508,
            "stop": 1264328510
        },
        {
            "start": 1264328512,
            "stop": 1264328513
        },
        {
            "start": 1264328515,
            "stop": 1264328518
        },
        {
            "start": 1264328521,
            "stop": 1264328536
        },
        {
            "start": 1264328537,
            "stop": 1264328538
        },
        {
            "start": 1264328539,
            "stop": 1264328541
        },
        {
            "start": 1264328542,
            "stop": 1264328544
        },
        {
            "start": 1264328545,
            "stop": 1264328546
        },
        {
            "start": 1264328548,
            "stop": 1264328549
        },
        {
            "start": 1264328550,
            "stop": 1264328554
        },
        {
            "start": 1264328555,
            "stop": 1264328562
        },
        {
            "start": 1264328563,
            "stop": 1264328568
        },
        {
            "start": 1264328569,
            "stop": 1264328572
        },
        {
            "start": 1264328573,
            "stop": 1264328580
        },
        {
            "start": 1264328583,
            "stop": 1264328584
        },
        {
            "start": 1264328588,
            "stop": 1264328611
        },
        {
            "start": 1264328613,
            "stop": 1264328614
        }
    ]
}