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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=239",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 240,
    "results": [
        {
            "start": 820234917,
            "stop": 820234937
        },
        {
            "start": 820234940,
            "stop": 820235162
        },
        {
            "start": 820235165,
            "stop": 820235364
        },
        {
            "start": 820235367,
            "stop": 820235381
        },
        {
            "start": 820235386,
            "stop": 820235456
        },
        {
            "start": 820235459,
            "stop": 820235775
        },
        {
            "start": 820235778,
            "stop": 820235844
        },
        {
            "start": 820235847,
            "stop": 820235849
        },
        {
            "start": 820235853,
            "stop": 820236410
        },
        {
            "start": 820236413,
            "stop": 820236478
        },
        {
            "start": 820236481,
            "stop": 820236588
        },
        {
            "start": 820236591,
            "stop": 820236702
        },
        {
            "start": 820236705,
            "stop": 820237391
        },
        {
            "start": 820237394,
            "stop": 820237554
        },
        {
            "start": 820237557,
            "stop": 820237668
        },
        {
            "start": 820237672,
            "stop": 820237681
        },
        {
            "start": 820237684,
            "stop": 820237802
        },
        {
            "start": 820237806,
            "stop": 820237908
        },
        {
            "start": 820237911,
            "stop": 820238120
        },
        {
            "start": 820238123,
            "stop": 820238717
        }
    ]
}