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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=117",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 118,
    "results": [
        {
            "start": 1259897056,
            "stop": 1259898114
        },
        {
            "start": 1259898119,
            "stop": 1259899602
        },
        {
            "start": 1259899605,
            "stop": 1259902065
        },
        {
            "start": 1259902069,
            "stop": 1259903255
        },
        {
            "start": 1259903259,
            "stop": 1259905173
        },
        {
            "start": 1259905174,
            "stop": 1259905496
        },
        {
            "start": 1259905499,
            "stop": 1259905851
        },
        {
            "start": 1259905854,
            "stop": 1259905885
        },
        {
            "start": 1259905887,
            "stop": 1259907748
        },
        {
            "start": 1259907750,
            "stop": 1259908203
        },
        {
            "start": 1259908208,
            "stop": 1259908467
        },
        {
            "start": 1259908470,
            "stop": 1259914300
        },
        {
            "start": 1259914303,
            "stop": 1259918265
        },
        {
            "start": 1259918266,
            "stop": 1259918861
        },
        {
            "start": 1259918865,
            "stop": 1259920715
        },
        {
            "start": 1259920718,
            "stop": 1259924115
        },
        {
            "start": 1259924117,
            "stop": 1259924392
        },
        {
            "start": 1259924394,
            "stop": 1259925841
        },
        {
            "start": 1259925846,
            "stop": 1259928339
        },
        {
            "start": 1259928343,
            "stop": 1259929082
        }
    ]
}