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=652
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=653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=651",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 652,
    "results": [
        {
            "start": 829353163,
            "stop": 829353167
        },
        {
            "start": 829353171,
            "stop": 829353720
        },
        {
            "start": 829353780,
            "stop": 829354887
        },
        {
            "start": 829354904,
            "stop": 829354920
        },
        {
            "start": 829354980,
            "stop": 829355310
        },
        {
            "start": 829355370,
            "stop": 829360740
        },
        {
            "start": 829360800,
            "stop": 829360996
        },
        {
            "start": 829361013,
            "stop": 829361062
        },
        {
            "start": 829361079,
            "stop": 829361170
        },
        {
            "start": 829361203,
            "stop": 829361372
        },
        {
            "start": 829361389,
            "stop": 829361414
        },
        {
            "start": 829361417,
            "stop": 829361508
        },
        {
            "start": 829361525,
            "stop": 829362360
        },
        {
            "start": 829362420,
            "stop": 829363249
        },
        {
            "start": 829363549,
            "stop": 829364164
        },
        {
            "start": 829364181,
            "stop": 829366500
        },
        {
            "start": 829366560,
            "stop": 829366977
        },
        {
            "start": 829367040,
            "stop": 829367100
        },
        {
            "start": 829367160,
            "stop": 829369560
        },
        {
            "start": 829369620,
            "stop": 829372620
        }
    ]
}