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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=260",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 261,
    "results": [
        {
            "start": 821686766,
            "stop": 821686768
        },
        {
            "start": 821686771,
            "stop": 821686784
        },
        {
            "start": 821686787,
            "stop": 821686790
        },
        {
            "start": 821686793,
            "stop": 821686808
        },
        {
            "start": 821686811,
            "stop": 821686813
        },
        {
            "start": 821686817,
            "stop": 821686830
        },
        {
            "start": 821686839,
            "stop": 821686843
        },
        {
            "start": 821686846,
            "stop": 821686861
        },
        {
            "start": 821686866,
            "stop": 821686868
        },
        {
            "start": 821686871,
            "stop": 821686872
        },
        {
            "start": 821686875,
            "stop": 821686905
        },
        {
            "start": 821686909,
            "stop": 821686910
        },
        {
            "start": 821686914,
            "stop": 821686930
        },
        {
            "start": 821686933,
            "stop": 821686939
        },
        {
            "start": 821686942,
            "stop": 821686959
        },
        {
            "start": 821686964,
            "stop": 821686978
        },
        {
            "start": 821686985,
            "stop": 821687002
        },
        {
            "start": 821687005,
            "stop": 821687006
        },
        {
            "start": 821687012,
            "stop": 821687013
        },
        {
            "start": 821687016,
            "stop": 821687020
        }
    ]
}