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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=358",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 359,
    "results": [
        {
            "start": 829346072,
            "stop": 829346074
        },
        {
            "start": 829346076,
            "stop": 829346080
        },
        {
            "start": 829346082,
            "stop": 829346086
        },
        {
            "start": 829346089,
            "stop": 829346093
        },
        {
            "start": 829346095,
            "stop": 829346098
        },
        {
            "start": 829346102,
            "stop": 829346104
        },
        {
            "start": 829346106,
            "stop": 829346110
        },
        {
            "start": 829346113,
            "stop": 829346121
        },
        {
            "start": 829346125,
            "stop": 829346128
        },
        {
            "start": 829346130,
            "stop": 829346132
        },
        {
            "start": 829346136,
            "stop": 829346140
        },
        {
            "start": 829346142,
            "stop": 829346143
        },
        {
            "start": 829346148,
            "stop": 829346149
        },
        {
            "start": 829346152,
            "stop": 829346156
        },
        {
            "start": 829346158,
            "stop": 829346164
        },
        {
            "start": 829346167,
            "stop": 829346169
        },
        {
            "start": 829346172,
            "stop": 829346173
        },
        {
            "start": 829346182,
            "stop": 829346188
        },
        {
            "start": 829346241,
            "stop": 829346245
        },
        {
            "start": 829346247,
            "stop": 829346248
        }
    ]
}