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=686
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=687",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=685",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 686,
    "results": [
        {
            "start": 1265666128,
            "stop": 1265666431
        },
        {
            "start": 1265666432,
            "stop": 1265668918
        },
        {
            "start": 1265668921,
            "stop": 1265670791
        },
        {
            "start": 1265673067,
            "stop": 1265673738
        },
        {
            "start": 1265673741,
            "stop": 1265673846
        },
        {
            "start": 1265673854,
            "stop": 1265675092
        },
        {
            "start": 1265675095,
            "stop": 1265680878
        },
        {
            "start": 1265680881,
            "stop": 1265681762
        },
        {
            "start": 1265681765,
            "stop": 1265683992
        },
        {
            "start": 1265683995,
            "stop": 1265684451
        },
        {
            "start": 1265684454,
            "stop": 1265685544
        },
        {
            "start": 1265685643,
            "stop": 1265688643
        },
        {
            "start": 1265688646,
            "stop": 1265691726
        },
        {
            "start": 1265691734,
            "stop": 1265693175
        },
        {
            "start": 1265693183,
            "stop": 1265695872
        },
        {
            "start": 1265696078,
            "stop": 1265696816
        },
        {
            "start": 1265696819,
            "stop": 1265698932
        },
        {
            "start": 1265698940,
            "stop": 1265699037
        },
        {
            "start": 1265699040,
            "stop": 1265703523
        },
        {
            "start": 1265703526,
            "stop": 1265705754
        }
    ]
}