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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=383",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 384,
    "results": [
        {
            "start": 821762835,
            "stop": 821762836
        },
        {
            "start": 821762839,
            "stop": 821762842
        },
        {
            "start": 821762846,
            "stop": 821762848
        },
        {
            "start": 821762853,
            "stop": 821762873
        },
        {
            "start": 821762876,
            "stop": 821762882
        },
        {
            "start": 821762888,
            "stop": 821762901
        },
        {
            "start": 821762904,
            "stop": 821762906
        },
        {
            "start": 821762913,
            "stop": 821762942
        },
        {
            "start": 821762946,
            "stop": 821762954
        },
        {
            "start": 821762960,
            "stop": 821762994
        },
        {
            "start": 821762998,
            "stop": 821763001
        },
        {
            "start": 821763004,
            "stop": 821763005
        },
        {
            "start": 821763012,
            "stop": 821763013
        },
        {
            "start": 821763019,
            "stop": 821763021
        },
        {
            "start": 821763024,
            "stop": 821763029
        },
        {
            "start": 821763035,
            "stop": 821763077
        },
        {
            "start": 821763082,
            "stop": 821763084
        },
        {
            "start": 821763087,
            "stop": 821763089
        },
        {
            "start": 821763092,
            "stop": 821763110
        },
        {
            "start": 821763114,
            "stop": 821763115
        }
    ]
}