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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3488",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3489,
    "results": [
        {
            "start": 871159984,
            "stop": 871160068
        },
        {
            "start": 871160072,
            "stop": 871160101
        },
        {
            "start": 871160118,
            "stop": 871160240
        },
        {
            "start": 871160257,
            "stop": 871160360
        },
        {
            "start": 871160377,
            "stop": 871161569
        },
        {
            "start": 871161586,
            "stop": 871161600
        },
        {
            "start": 871161660,
            "stop": 871161961
        },
        {
            "start": 871161978,
            "stop": 871162456
        },
        {
            "start": 871162473,
            "stop": 871162477
        },
        {
            "start": 871162494,
            "stop": 871163024
        },
        {
            "start": 871163041,
            "stop": 871163270
        },
        {
            "start": 871163287,
            "stop": 871163329
        },
        {
            "start": 871163346,
            "stop": 871163731
        },
        {
            "start": 871163748,
            "stop": 871164099
        },
        {
            "start": 871164130,
            "stop": 871164138
        },
        {
            "start": 871164155,
            "stop": 871164240
        },
        {
            "start": 871164465,
            "stop": 871164499
        },
        {
            "start": 871164516,
            "stop": 871164672
        },
        {
            "start": 871164689,
            "stop": 871164992
        },
        {
            "start": 871165009,
            "stop": 871165036
        }
    ]
}