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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=308",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 309,
    "results": [
        {
            "start": 828900831,
            "stop": 828900835
        },
        {
            "start": 828900838,
            "stop": 828900840
        },
        {
            "start": 828900842,
            "stop": 828900843
        },
        {
            "start": 828900845,
            "stop": 828900847
        },
        {
            "start": 828900861,
            "stop": 828900869
        },
        {
            "start": 828900876,
            "stop": 828900878
        },
        {
            "start": 828900883,
            "stop": 828900887
        },
        {
            "start": 828900889,
            "stop": 828900890
        },
        {
            "start": 828900897,
            "stop": 828900899
        },
        {
            "start": 828900901,
            "stop": 828900902
        },
        {
            "start": 828900908,
            "stop": 828900914
        },
        {
            "start": 828900916,
            "stop": 828900918
        },
        {
            "start": 828900920,
            "stop": 828900924
        },
        {
            "start": 828900929,
            "stop": 828900930
        },
        {
            "start": 828900932,
            "stop": 828900937
        },
        {
            "start": 828900939,
            "stop": 828900944
        },
        {
            "start": 828900946,
            "stop": 828900947
        },
        {
            "start": 828900950,
            "stop": 828900956
        },
        {
            "start": 828900959,
            "stop": 828900960
        },
        {
            "start": 828900962,
            "stop": 828900967
        }
    ]
}