Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=20",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 21,
    "results": [
        {
            "start": 1238188433,
            "stop": 1238188448
        },
        {
            "start": 1238188450,
            "stop": 1238188452
        },
        {
            "start": 1238188454,
            "stop": 1238188459
        },
        {
            "start": 1238188460,
            "stop": 1238188462
        },
        {
            "start": 1238188466,
            "stop": 1238188467
        },
        {
            "start": 1238188468,
            "stop": 1238188469
        },
        {
            "start": 1238188473,
            "stop": 1238188476
        },
        {
            "start": 1238188479,
            "stop": 1238188482
        },
        {
            "start": 1238188486,
            "stop": 1238188488
        },
        {
            "start": 1238188491,
            "stop": 1238188497
        },
        {
            "start": 1238188502,
            "stop": 1238188505
        },
        {
            "start": 1238188508,
            "stop": 1238188511
        },
        {
            "start": 1238188515,
            "stop": 1238188530
        },
        {
            "start": 1238188535,
            "stop": 1238188538
        },
        {
            "start": 1238188552,
            "stop": 1238188557
        },
        {
            "start": 1238188563,
            "stop": 1238188578
        },
        {
            "start": 1238188581,
            "stop": 1238188594
        },
        {
            "start": 1238188597,
            "stop": 1238188610
        },
        {
            "start": 1238188612,
            "stop": 1238188615
        },
        {
            "start": 1238188616,
            "stop": 1238188636
        }
    ]
}