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=730
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=731",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=729",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 730,
    "results": [
        {
            "start": 1267428631,
            "stop": 1267431752
        },
        {
            "start": 1267431755,
            "stop": 1267432084
        },
        {
            "start": 1267432087,
            "stop": 1267434878
        },
        {
            "start": 1267434881,
            "stop": 1267435518
        },
        {
            "start": 1267435521,
            "stop": 1267437768
        },
        {
            "start": 1267437776,
            "stop": 1267439485
        },
        {
            "start": 1267439488,
            "stop": 1267441838
        },
        {
            "start": 1267441846,
            "stop": 1267444164
        },
        {
            "start": 1267448980,
            "stop": 1267449728
        },
        {
            "start": 1267449736,
            "stop": 1267454876
        },
        {
            "start": 1267454879,
            "stop": 1267455711
        },
        {
            "start": 1267455714,
            "stop": 1267459881
        },
        {
            "start": 1267465110,
            "stop": 1267465448
        },
        {
            "start": 1267465451,
            "stop": 1267466043
        },
        {
            "start": 1267466051,
            "stop": 1267466673
        },
        {
            "start": 1267466681,
            "stop": 1267467632
        },
        {
            "start": 1267467635,
            "stop": 1267470120
        },
        {
            "start": 1267470123,
            "stop": 1267470687
        },
        {
            "start": 1267470690,
            "stop": 1267470792
        },
        {
            "start": 1267470795,
            "stop": 1267472442
        }
    ]
}