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/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=13",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 14,
    "results": [
        {
            "start": 1259409308,
            "stop": 1259409310
        },
        {
            "start": 1259409314,
            "stop": 1259409343
        },
        {
            "start": 1259409344,
            "stop": 1259409346
        },
        {
            "start": 1259409348,
            "stop": 1259409373
        },
        {
            "start": 1259409374,
            "stop": 1259409426
        },
        {
            "start": 1259409428,
            "stop": 1259409430
        },
        {
            "start": 1259409432,
            "stop": 1259409435
        },
        {
            "start": 1259409438,
            "stop": 1259409439
        },
        {
            "start": 1259409444,
            "stop": 1259409447
        },
        {
            "start": 1259409448,
            "stop": 1259409449
        },
        {
            "start": 1259409452,
            "stop": 1259409454
        },
        {
            "start": 1259409456,
            "stop": 1259409458
        },
        {
            "start": 1259409461,
            "stop": 1259409462
        },
        {
            "start": 1259409463,
            "stop": 1259409464
        },
        {
            "start": 1259409468,
            "stop": 1259409476
        },
        {
            "start": 1259409477,
            "stop": 1259416808
        },
        {
            "start": 1259416809,
            "stop": 1259420626
        },
        {
            "start": 1259441610,
            "stop": 1259441658
        },
        {
            "start": 1259441695,
            "stop": 1259459382
        },
        {
            "start": 1259462773,
            "stop": 1259464849
        }
    ]
}