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=447
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=448",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=446",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 447,
    "results": [
        {
            "start": 1268461340,
            "stop": 1268463052
        },
        {
            "start": 1268463053,
            "stop": 1268463125
        },
        {
            "start": 1268463126,
            "stop": 1268463128
        },
        {
            "start": 1268463130,
            "stop": 1268467266
        },
        {
            "start": 1268467267,
            "stop": 1268467271
        },
        {
            "start": 1268467274,
            "stop": 1268467286
        },
        {
            "start": 1268467287,
            "stop": 1268467304
        },
        {
            "start": 1268467305,
            "stop": 1268467307
        },
        {
            "start": 1268467308,
            "stop": 1268467325
        },
        {
            "start": 1268467326,
            "stop": 1268467393
        },
        {
            "start": 1268467394,
            "stop": 1268467488
        },
        {
            "start": 1268467489,
            "stop": 1268467515
        },
        {
            "start": 1268467516,
            "stop": 1268467642
        },
        {
            "start": 1268467643,
            "stop": 1268467741
        },
        {
            "start": 1268467742,
            "stop": 1268467767
        },
        {
            "start": 1268467768,
            "stop": 1268467800
        },
        {
            "start": 1268467801,
            "stop": 1268467823
        },
        {
            "start": 1268467825,
            "stop": 1268467829
        },
        {
            "start": 1268467830,
            "stop": 1268467854
        },
        {
            "start": 1268467855,
            "stop": 1268468491
        }
    ]
}