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/H1_BURST_CAT3/segments?format=api&page=721
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=722",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=720",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 721,
    "results": [
        {
            "start": 1267022452,
            "stop": 1267027755
        },
        {
            "start": 1267027756,
            "stop": 1267029556
        },
        {
            "start": 1267029559,
            "stop": 1267029599
        },
        {
            "start": 1267029602,
            "stop": 1267031648
        },
        {
            "start": 1267031650,
            "stop": 1267032386
        },
        {
            "start": 1267032388,
            "stop": 1267032389
        },
        {
            "start": 1267032390,
            "stop": 1267032401
        },
        {
            "start": 1267032402,
            "stop": 1267035466
        },
        {
            "start": 1267035474,
            "stop": 1267039325
        },
        {
            "start": 1267039328,
            "stop": 1267044745
        },
        {
            "start": 1267044748,
            "stop": 1267045488
        },
        {
            "start": 1267045491,
            "stop": 1267046200
        },
        {
            "start": 1267046203,
            "stop": 1267046326
        },
        {
            "start": 1267046329,
            "stop": 1267046704
        },
        {
            "start": 1267046712,
            "stop": 1267047249
        },
        {
            "start": 1267047252,
            "stop": 1267061244
        },
        {
            "start": 1267061247,
            "stop": 1267062502
        },
        {
            "start": 1267062505,
            "stop": 1267063374
        },
        {
            "start": 1267063377,
            "stop": 1267065254
        },
        {
            "start": 1267065257,
            "stop": 1267065640
        }
    ]
}