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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=220",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 221,
    "results": [
        {
            "start": 820206875,
            "stop": 820206877
        },
        {
            "start": 820206881,
            "stop": 820206931
        },
        {
            "start": 820206934,
            "stop": 820206936
        },
        {
            "start": 820206940,
            "stop": 820206963
        },
        {
            "start": 820206967,
            "stop": 820207051
        },
        {
            "start": 820207054,
            "stop": 820207098
        },
        {
            "start": 820207102,
            "stop": 820207225
        },
        {
            "start": 820207229,
            "stop": 820207232
        },
        {
            "start": 820207235,
            "stop": 820207385
        },
        {
            "start": 820207389,
            "stop": 820207398
        },
        {
            "start": 820207401,
            "stop": 820207436
        },
        {
            "start": 820207440,
            "stop": 820207442
        },
        {
            "start": 820207445,
            "stop": 820207447
        },
        {
            "start": 820207450,
            "stop": 820207477
        },
        {
            "start": 820207481,
            "stop": 820207553
        },
        {
            "start": 820207556,
            "stop": 820207619
        },
        {
            "start": 820207623,
            "stop": 820207678
        },
        {
            "start": 820207681,
            "stop": 820207707
        },
        {
            "start": 820207711,
            "stop": 820207723
        },
        {
            "start": 820207726,
            "stop": 820207870
        }
    ]
}