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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=208",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 209,
    "results": [
        {
            "start": 827075795,
            "stop": 827075798
        },
        {
            "start": 827075802,
            "stop": 827075806
        },
        {
            "start": 827075811,
            "stop": 827075828
        },
        {
            "start": 827075830,
            "stop": 827075836
        },
        {
            "start": 827075840,
            "stop": 827075842
        },
        {
            "start": 827075844,
            "stop": 827077765
        },
        {
            "start": 827077770,
            "stop": 827079282
        },
        {
            "start": 827079290,
            "stop": 827079310
        },
        {
            "start": 827079320,
            "stop": 827079330
        },
        {
            "start": 827079335,
            "stop": 827079337
        },
        {
            "start": 827079345,
            "stop": 827079635
        },
        {
            "start": 827079639,
            "stop": 827079796
        },
        {
            "start": 827079805,
            "stop": 827079836
        },
        {
            "start": 827079841,
            "stop": 827082707
        },
        {
            "start": 827086885,
            "stop": 827088080
        },
        {
            "start": 827088085,
            "stop": 827088110
        },
        {
            "start": 827088115,
            "stop": 827088127
        },
        {
            "start": 827088133,
            "stop": 827088229
        },
        {
            "start": 827088231,
            "stop": 827088250
        },
        {
            "start": 827088252,
            "stop": 827088263
        }
    ]
}