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=7474
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=7475",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7473",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7474,
    "results": [
        {
            "start": 970175589,
            "stop": 970175646
        },
        {
            "start": 970175652,
            "stop": 970176278
        },
        {
            "start": 970176281,
            "stop": 970176371
        },
        {
            "start": 970177579,
            "stop": 970177886
        },
        {
            "start": 970177892,
            "stop": 970178134
        },
        {
            "start": 970178137,
            "stop": 970179009
        },
        {
            "start": 970179015,
            "stop": 970179028
        },
        {
            "start": 970179042,
            "stop": 970179045
        },
        {
            "start": 970179056,
            "stop": 970179066
        },
        {
            "start": 970179072,
            "stop": 970179075
        },
        {
            "start": 970179081,
            "stop": 970179469
        },
        {
            "start": 970179472,
            "stop": 970179870
        },
        {
            "start": 970179873,
            "stop": 970181345
        },
        {
            "start": 970181351,
            "stop": 970181439
        },
        {
            "start": 970181445,
            "stop": 970181453
        },
        {
            "start": 970181459,
            "stop": 970181501
        },
        {
            "start": 970181507,
            "stop": 970181720
        },
        {
            "start": 970181726,
            "stop": 970181727
        },
        {
            "start": 970181733,
            "stop": 970181776
        },
        {
            "start": 970181782,
            "stop": 970181798
        }
    ]
}