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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=130",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 131,
    "results": [
        {
            "start": 931855661,
            "stop": 931856051
        },
        {
            "start": 931858032,
            "stop": 931858034
        },
        {
            "start": 931858252,
            "stop": 931858253
        },
        {
            "start": 931858311,
            "stop": 931858313
        },
        {
            "start": 931858478,
            "stop": 931858479
        },
        {
            "start": 931858710,
            "stop": 931858712
        },
        {
            "start": 931858761,
            "stop": 931858763
        },
        {
            "start": 931862956,
            "stop": 931862957
        },
        {
            "start": 931862962,
            "stop": 931862964
        },
        {
            "start": 931862968,
            "stop": 931862969
        },
        {
            "start": 931862978,
            "stop": 931862983
        },
        {
            "start": 931862985,
            "stop": 931862993
        },
        {
            "start": 931862994,
            "stop": 931863003
        },
        {
            "start": 931863006,
            "stop": 931863007
        },
        {
            "start": 931863009,
            "stop": 931863010
        },
        {
            "start": 931863012,
            "stop": 931863025
        },
        {
            "start": 931863029,
            "stop": 931863615
        },
        {
            "start": 931863975,
            "stop": 931864330
        },
        {
            "start": 931864335,
            "stop": 931864474
        },
        {
            "start": 931864492,
            "stop": 931865338
        }
    ]
}