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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4733",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4734,
    "results": [
        {
            "start": 874461766,
            "stop": 874461888
        },
        {
            "start": 874461908,
            "stop": 874462033
        },
        {
            "start": 874462182,
            "stop": 874462238
        },
        {
            "start": 874462257,
            "stop": 874462282
        },
        {
            "start": 874462301,
            "stop": 874462511
        },
        {
            "start": 874462530,
            "stop": 874462803
        },
        {
            "start": 874462837,
            "stop": 874462853
        },
        {
            "start": 874462872,
            "stop": 874462901
        },
        {
            "start": 874462920,
            "stop": 874462937
        },
        {
            "start": 874462958,
            "stop": 874463044
        },
        {
            "start": 874463063,
            "stop": 874463228
        },
        {
            "start": 874463247,
            "stop": 874463264
        },
        {
            "start": 874463283,
            "stop": 874463296
        },
        {
            "start": 874463315,
            "stop": 874463321
        },
        {
            "start": 874463340,
            "stop": 874463468
        },
        {
            "start": 874463488,
            "stop": 874463526
        },
        {
            "start": 874463545,
            "stop": 874463592
        },
        {
            "start": 874463611,
            "stop": 874463642
        },
        {
            "start": 874463661,
            "stop": 874463862
        },
        {
            "start": 874463881,
            "stop": 874463955
        }
    ]
}