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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7490",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7488",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7489,
    "results": [
        {
            "start": 970167070,
            "stop": 970167098
        },
        {
            "start": 970167107,
            "stop": 970167278
        },
        {
            "start": 970167289,
            "stop": 970167531
        },
        {
            "start": 970167537,
            "stop": 970168269
        },
        {
            "start": 970170027,
            "stop": 970170138
        },
        {
            "start": 970170141,
            "stop": 970170142
        },
        {
            "start": 970170145,
            "stop": 970170147
        },
        {
            "start": 970170150,
            "stop": 970170240
        },
        {
            "start": 970170243,
            "stop": 970170286
        },
        {
            "start": 970170289,
            "stop": 970171169
        },
        {
            "start": 970171177,
            "stop": 970171183
        },
        {
            "start": 970171189,
            "stop": 970171196
        },
        {
            "start": 970171206,
            "stop": 970171215
        },
        {
            "start": 970171221,
            "stop": 970172218
        },
        {
            "start": 970172221,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970175646
        },
        {
            "start": 970175652,
            "stop": 970176278
        },
        {
            "start": 970176281,
            "stop": 970176371
        },
        {
            "start": 970177579,
            "stop": 970177886
        },
        {
            "start": 970177892,
            "stop": 970178134
        }
    ]
}