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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=192",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 193,
    "results": [
        {
            "start": 819999324,
            "stop": 819999648
        },
        {
            "start": 819999652,
            "stop": 819999654
        },
        {
            "start": 819999657,
            "stop": 819999836
        },
        {
            "start": 819999840,
            "stop": 819999920
        },
        {
            "start": 819999923,
            "stop": 819999926
        },
        {
            "start": 819999930,
            "stop": 819999957
        },
        {
            "start": 819999960,
            "stop": 819999964
        },
        {
            "start": 819999968,
            "stop": 820000015
        },
        {
            "start": 820000018,
            "stop": 820000091
        },
        {
            "start": 820000095,
            "stop": 820000437
        },
        {
            "start": 820000467,
            "stop": 820000520
        },
        {
            "start": 820000524,
            "stop": 820000913
        },
        {
            "start": 820000916,
            "stop": 820000964
        },
        {
            "start": 820000967,
            "stop": 820000995
        },
        {
            "start": 820000998,
            "stop": 820001282
        },
        {
            "start": 820001285,
            "stop": 820001332
        },
        {
            "start": 820001335,
            "stop": 820001402
        },
        {
            "start": 820001406,
            "stop": 820001648
        },
        {
            "start": 820001651,
            "stop": 820001713
        },
        {
            "start": 820002434,
            "stop": 820002592
        }
    ]
}