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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1898",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1899,
    "results": [
        {
            "start": 847227894,
            "stop": 847227898
        },
        {
            "start": 847227903,
            "stop": 847227908
        },
        {
            "start": 847227911,
            "stop": 847227922
        },
        {
            "start": 847227930,
            "stop": 847229781
        },
        {
            "start": 847229788,
            "stop": 847230525
        },
        {
            "start": 847235374,
            "stop": 847237308
        },
        {
            "start": 847237608,
            "stop": 847237880
        },
        {
            "start": 847237885,
            "stop": 847237917
        },
        {
            "start": 847237923,
            "stop": 847239487
        },
        {
            "start": 847265469,
            "stop": 847266139
        },
        {
            "start": 847266490,
            "stop": 847293325
        },
        {
            "start": 847293330,
            "stop": 847293342
        },
        {
            "start": 847293348,
            "stop": 847314390
        },
        {
            "start": 847314510,
            "stop": 847317984
        },
        {
            "start": 847318094,
            "stop": 847318886
        },
        {
            "start": 847319186,
            "stop": 847334433
        },
        {
            "start": 847348466,
            "stop": 847355814
        },
        {
            "start": 847355816,
            "stop": 847361040
        },
        {
            "start": 847361042,
            "stop": 847361044
        },
        {
            "start": 847361260,
            "stop": 847371364
        }
    ]
}