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_CAT3/segments?format=api&page=471
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=472",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=470",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 471,
    "results": [
        {
            "start": 1268958510,
            "stop": 1268958511
        },
        {
            "start": 1268958512,
            "stop": 1268958513
        },
        {
            "start": 1268958514,
            "stop": 1268958515
        },
        {
            "start": 1268958516,
            "stop": 1268958518
        },
        {
            "start": 1268958521,
            "stop": 1268958524
        },
        {
            "start": 1268958525,
            "stop": 1268958535
        },
        {
            "start": 1268958536,
            "stop": 1268958537
        },
        {
            "start": 1268958538,
            "stop": 1268958539
        },
        {
            "start": 1268958540,
            "stop": 1268958541
        },
        {
            "start": 1268958546,
            "stop": 1268958548
        },
        {
            "start": 1268958550,
            "stop": 1268958557
        },
        {
            "start": 1268958558,
            "stop": 1268958562
        },
        {
            "start": 1268958565,
            "stop": 1268958566
        },
        {
            "start": 1268958567,
            "stop": 1268958568
        },
        {
            "start": 1268958569,
            "stop": 1268958570
        },
        {
            "start": 1268958572,
            "stop": 1268958573
        },
        {
            "start": 1268958574,
            "stop": 1268958576
        },
        {
            "start": 1268958577,
            "stop": 1268958578
        },
        {
            "start": 1268958580,
            "stop": 1268958593
        },
        {
            "start": 1268958594,
            "stop": 1268958595
        }
    ]
}