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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4980",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4981,
    "results": [
        {
            "start": 874429516,
            "stop": 874429614
        },
        {
            "start": 874429636,
            "stop": 874429885
        },
        {
            "start": 874429908,
            "stop": 874429952
        },
        {
            "start": 874429985,
            "stop": 874430046
        },
        {
            "start": 874430065,
            "stop": 874430102
        },
        {
            "start": 874430121,
            "stop": 874430166
        },
        {
            "start": 874430186,
            "stop": 874430191
        },
        {
            "start": 874430210,
            "stop": 874430232
        },
        {
            "start": 874430251,
            "stop": 874430341
        },
        {
            "start": 874430360,
            "stop": 874430382
        },
        {
            "start": 874430402,
            "stop": 874430473
        },
        {
            "start": 874430492,
            "stop": 874430512
        },
        {
            "start": 874430531,
            "stop": 874430800
        },
        {
            "start": 874430819,
            "stop": 874430823
        },
        {
            "start": 874430874,
            "stop": 874431205
        },
        {
            "start": 874431249,
            "stop": 874431276
        },
        {
            "start": 874431295,
            "stop": 874431301
        },
        {
            "start": 874431337,
            "stop": 874431360
        },
        {
            "start": 874431379,
            "stop": 874431381
        },
        {
            "start": 874431400,
            "stop": 874431410
        }
    ]
}