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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1834",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1832",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1833,
    "results": [
        {
            "start": 963980280,
            "stop": 963980296
        },
        {
            "start": 963980297,
            "stop": 963990588
        },
        {
            "start": 963990589,
            "stop": 963991161
        },
        {
            "start": 963991162,
            "stop": 964000999
        },
        {
            "start": 964001000,
            "stop": 964003149
        },
        {
            "start": 964004862,
            "stop": 964006091
        },
        {
            "start": 964007301,
            "stop": 964009327
        },
        {
            "start": 964010954,
            "stop": 964013021
        },
        {
            "start": 964015112,
            "stop": 964016707
        },
        {
            "start": 964017351,
            "stop": 964025864
        },
        {
            "start": 964025964,
            "stop": 964028891
        },
        {
            "start": 964029988,
            "stop": 964032456
        },
        {
            "start": 964032457,
            "stop": 964035276
        },
        {
            "start": 964035277,
            "stop": 964035712
        },
        {
            "start": 964035713,
            "stop": 964043202
        },
        {
            "start": 964043203,
            "stop": 964043793
        },
        {
            "start": 964044693,
            "stop": 964048804
        },
        {
            "start": 964048805,
            "stop": 964050221
        },
        {
            "start": 964050742,
            "stop": 964051926
        },
        {
            "start": 964051964,
            "stop": 964051966
        }
    ]
}