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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=169",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 170,
    "results": [
        {
            "start": 842647468,
            "stop": 842650378
        },
        {
            "start": 842650380,
            "stop": 842650396
        },
        {
            "start": 842650398,
            "stop": 842653371
        },
        {
            "start": 842655221,
            "stop": 842658003
        },
        {
            "start": 842658143,
            "stop": 842713215
        },
        {
            "start": 842745810,
            "stop": 842800493
        },
        {
            "start": 842800494,
            "stop": 842803550
        },
        {
            "start": 842805210,
            "stop": 842806809
        },
        {
            "start": 842806811,
            "stop": 842806815
        },
        {
            "start": 842806822,
            "stop": 842806841
        },
        {
            "start": 842806842,
            "stop": 842808097
        },
        {
            "start": 842808281,
            "stop": 842814235
        },
        {
            "start": 842814469,
            "stop": 842815150
        },
        {
            "start": 842815166,
            "stop": 842815598
        },
        {
            "start": 842815741,
            "stop": 842816129
        },
        {
            "start": 842816137,
            "stop": 842816140
        },
        {
            "start": 842818042,
            "stop": 842820351
        },
        {
            "start": 842820368,
            "stop": 842821923
        },
        {
            "start": 842822860,
            "stop": 842823267
        },
        {
            "start": 842823275,
            "stop": 842823613
        }
    ]
}