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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=190",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 191,
    "results": [
        {
            "start": 819992210,
            "stop": 819992228
        },
        {
            "start": 819992232,
            "stop": 819992457
        },
        {
            "start": 819992460,
            "stop": 819992462
        },
        {
            "start": 819992465,
            "stop": 819992468
        },
        {
            "start": 819992471,
            "stop": 819992522
        },
        {
            "start": 819992642,
            "stop": 819992930
        },
        {
            "start": 819992933,
            "stop": 819993040
        },
        {
            "start": 819993043,
            "stop": 819993115
        },
        {
            "start": 819993118,
            "stop": 819993129
        },
        {
            "start": 819993132,
            "stop": 819993743
        },
        {
            "start": 819993746,
            "stop": 819994010
        },
        {
            "start": 819994013,
            "stop": 819994140
        },
        {
            "start": 819994143,
            "stop": 819994474
        },
        {
            "start": 819994479,
            "stop": 819994520
        },
        {
            "start": 819994523,
            "stop": 819994573
        },
        {
            "start": 819994576,
            "stop": 819994685
        },
        {
            "start": 819994688,
            "stop": 819994758
        },
        {
            "start": 819994763,
            "stop": 819995073
        },
        {
            "start": 819995076,
            "stop": 819995334
        },
        {
            "start": 819995337,
            "stop": 819995540
        }
    ]
}