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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=757",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 758,
    "results": [
        {
            "start": 859317687,
            "stop": 859317747
        },
        {
            "start": 859317900,
            "stop": 859317960
        },
        {
            "start": 859318275,
            "stop": 859318695
        },
        {
            "start": 859318895,
            "stop": 859320035
        },
        {
            "start": 859321183,
            "stop": 859321423
        },
        {
            "start": 859321788,
            "stop": 859323348
        },
        {
            "start": 859323514,
            "stop": 859323574
        },
        {
            "start": 859323734,
            "stop": 859323794
        },
        {
            "start": 859323965,
            "stop": 859324685
        },
        {
            "start": 859325239,
            "stop": 859340599
        },
        {
            "start": 859340829,
            "stop": 859348449
        },
        {
            "start": 859349603,
            "stop": 859353743
        },
        {
            "start": 859353927,
            "stop": 859359177
        },
        {
            "start": 859361708,
            "stop": 859374308
        },
        {
            "start": 859374338,
            "stop": 859376798
        },
        {
            "start": 859376828,
            "stop": 859377098
        },
        {
            "start": 859377128,
            "stop": 859377998
        },
        {
            "start": 859378148,
            "stop": 859379198
        },
        {
            "start": 859379426,
            "stop": 859381946
        },
        {
            "start": 859382146,
            "stop": 859382296
        }
    ]
}