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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=351",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 352,
    "results": [
        {
            "start": 1252320846,
            "stop": 1252327179
        },
        {
            "start": 1252329468,
            "stop": 1252330262
        },
        {
            "start": 1252330264,
            "stop": 1252336001
        },
        {
            "start": 1252336002,
            "stop": 1252336005
        },
        {
            "start": 1252336006,
            "stop": 1252336494
        },
        {
            "start": 1252336495,
            "stop": 1252346683
        },
        {
            "start": 1252346684,
            "stop": 1252350479
        },
        {
            "start": 1252352156,
            "stop": 1252353485
        },
        {
            "start": 1252353541,
            "stop": 1252369983
        },
        {
            "start": 1252369984,
            "stop": 1252374054
        },
        {
            "start": 1252376928,
            "stop": 1252391409
        },
        {
            "start": 1252391410,
            "stop": 1252396658
        },
        {
            "start": 1252396660,
            "stop": 1252414306
        },
        {
            "start": 1252414307,
            "stop": 1252424771
        },
        {
            "start": 1252424772,
            "stop": 1252424910
        },
        {
            "start": 1252424911,
            "stop": 1252424970
        },
        {
            "start": 1252424972,
            "stop": 1252426017
        },
        {
            "start": 1252426019,
            "stop": 1252426346
        },
        {
            "start": 1252426347,
            "stop": 1252426383
        },
        {
            "start": 1252426384,
            "stop": 1252426390
        }
    ]
}