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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7505",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7503",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7504,
    "results": [
        {
            "start": 970317499,
            "stop": 970317731
        },
        {
            "start": 970317734,
            "stop": 970317813
        },
        {
            "start": 970317816,
            "stop": 970318028
        },
        {
            "start": 970318031,
            "stop": 970318065
        },
        {
            "start": 970318068,
            "stop": 970318146
        },
        {
            "start": 970318149,
            "stop": 970318180
        },
        {
            "start": 970318190,
            "stop": 970318191
        },
        {
            "start": 970318212,
            "stop": 970318220
        },
        {
            "start": 970318226,
            "stop": 970318227
        },
        {
            "start": 970318264,
            "stop": 970318265
        },
        {
            "start": 970318271,
            "stop": 970318276
        },
        {
            "start": 970318396,
            "stop": 970318613
        },
        {
            "start": 970318616,
            "stop": 970318862
        },
        {
            "start": 970318865,
            "stop": 970319036
        },
        {
            "start": 970319039,
            "stop": 970319079
        },
        {
            "start": 970319082,
            "stop": 970319331
        },
        {
            "start": 970319334,
            "stop": 970319359
        },
        {
            "start": 970319362,
            "stop": 970319390
        },
        {
            "start": 970319393,
            "stop": 970319597
        },
        {
            "start": 970319600,
            "stop": 970319893
        }
    ]
}