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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=64",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 65,
    "results": [
        {
            "start": 822083406,
            "stop": 822083798
        },
        {
            "start": 822083800,
            "stop": 822084996
        },
        {
            "start": 822092229,
            "stop": 822093299
        },
        {
            "start": 822093808,
            "stop": 822096463
        },
        {
            "start": 822098010,
            "stop": 822104902
        },
        {
            "start": 822107016,
            "stop": 822119441
        },
        {
            "start": 822119662,
            "stop": 822119847
        },
        {
            "start": 822119988,
            "stop": 822120094
        },
        {
            "start": 822120096,
            "stop": 822122885
        },
        {
            "start": 822123531,
            "stop": 822135216
        },
        {
            "start": 822137192,
            "stop": 822139818
        },
        {
            "start": 822139820,
            "stop": 822139838
        },
        {
            "start": 822140551,
            "stop": 822140801
        },
        {
            "start": 822168631,
            "stop": 822168811
        },
        {
            "start": 822168813,
            "stop": 822168856
        },
        {
            "start": 822168858,
            "stop": 822168874
        },
        {
            "start": 822168876,
            "stop": 822169672
        },
        {
            "start": 822169792,
            "stop": 822170480
        },
        {
            "start": 822178825,
            "stop": 822180357
        },
        {
            "start": 822180750,
            "stop": 822189234
        }
    ]
}