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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=199",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 200,
    "results": [
        {
            "start": 820234327,
            "stop": 820234767
        },
        {
            "start": 820234781,
            "stop": 820234814
        },
        {
            "start": 820234822,
            "stop": 820234911
        },
        {
            "start": 820234919,
            "stop": 820234935
        },
        {
            "start": 820234942,
            "stop": 820235160
        },
        {
            "start": 820235167,
            "stop": 820235362
        },
        {
            "start": 820235369,
            "stop": 820235379
        },
        {
            "start": 820235388,
            "stop": 820235454
        },
        {
            "start": 820235461,
            "stop": 820235773
        },
        {
            "start": 820235780,
            "stop": 820235842
        },
        {
            "start": 820235855,
            "stop": 820236408
        },
        {
            "start": 820236415,
            "stop": 820236476
        },
        {
            "start": 820236483,
            "stop": 820236586
        },
        {
            "start": 820236593,
            "stop": 820236700
        },
        {
            "start": 820236707,
            "stop": 820237389
        },
        {
            "start": 820237396,
            "stop": 820237552
        },
        {
            "start": 820237559,
            "stop": 820237666
        },
        {
            "start": 820237674,
            "stop": 820237679
        },
        {
            "start": 820237686,
            "stop": 820237800
        },
        {
            "start": 820237808,
            "stop": 820237906
        }
    ]
}