Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16789
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16788",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16789,
    "results": [
        {
            "start": 875117783,
            "stop": 875117784
        },
        {
            "start": 875117787,
            "stop": 875117789
        },
        {
            "start": 875117792,
            "stop": 875117806
        },
        {
            "start": 875117809,
            "stop": 875117826
        },
        {
            "start": 875117832,
            "stop": 875117835
        },
        {
            "start": 875117840,
            "stop": 875117845
        },
        {
            "start": 875117846,
            "stop": 875117847
        },
        {
            "start": 875117852,
            "stop": 875117885
        },
        {
            "start": 875117888,
            "stop": 875117892
        },
        {
            "start": 875117895,
            "stop": 875117900
        },
        {
            "start": 875117901,
            "stop": 875117906
        },
        {
            "start": 875117912,
            "stop": 875117937
        },
        {
            "start": 875117942,
            "stop": 875117966
        },
        {
            "start": 875117969,
            "stop": 875118009
        },
        {
            "start": 875118011,
            "stop": 875118028
        },
        {
            "start": 875118029,
            "stop": 875118033
        },
        {
            "start": 875118034,
            "stop": 875118176
        },
        {
            "start": 875118177,
            "stop": 875118181
        },
        {
            "start": 875118182,
            "stop": 875118193
        },
        {
            "start": 875118194,
            "stop": 875118205
        }
    ]
}