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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=233",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 234,
    "results": [
        {
            "start": 933630076,
            "stop": 933631215
        },
        {
            "start": 933631455,
            "stop": 933631466
        },
        {
            "start": 933658954,
            "stop": 933659137
        },
        {
            "start": 933659140,
            "stop": 933659243
        },
        {
            "start": 933659245,
            "stop": 933659952
        },
        {
            "start": 933659954,
            "stop": 933660015
        },
        {
            "start": 933660258,
            "stop": 933661028
        },
        {
            "start": 933661046,
            "stop": 933661159
        },
        {
            "start": 933679663,
            "stop": 933680441
        },
        {
            "start": 933680446,
            "stop": 933681218
        },
        {
            "start": 933681235,
            "stop": 933681360
        },
        {
            "start": 933681855,
            "stop": 933681980
        },
        {
            "start": 933685797,
            "stop": 933687546
        },
        {
            "start": 933687551,
            "stop": 933687857
        },
        {
            "start": 933687862,
            "stop": 933688457
        },
        {
            "start": 933688462,
            "stop": 933688815
        },
        {
            "start": 933689055,
            "stop": 933689228
        },
        {
            "start": 933689233,
            "stop": 933690072
        },
        {
            "start": 933690077,
            "stop": 933692415
        },
        {
            "start": 933692655,
            "stop": 933692929
        }
    ]
}