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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=815",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 816,
    "results": [
        {
            "start": 859664445,
            "stop": 859665885
        },
        {
            "start": 859666152,
            "stop": 859668042
        },
        {
            "start": 859678323,
            "stop": 859679223
        },
        {
            "start": 859679380,
            "stop": 859682020
        },
        {
            "start": 859682389,
            "stop": 859685809
        },
        {
            "start": 859689725,
            "stop": 859690085
        },
        {
            "start": 859690281,
            "stop": 859704441
        },
        {
            "start": 859704591,
            "stop": 859705221
        },
        {
            "start": 859714954,
            "stop": 859715194
        },
        {
            "start": 859715647,
            "stop": 859718167
        },
        {
            "start": 859718197,
            "stop": 859718377
        },
        {
            "start": 859718560,
            "stop": 859718740
        },
        {
            "start": 859719044,
            "stop": 859719554
        },
        {
            "start": 859719704,
            "stop": 859719824
        },
        {
            "start": 859732764,
            "stop": 859733484
        },
        {
            "start": 859733644,
            "stop": 859734304
        },
        {
            "start": 859735564,
            "stop": 859736104
        },
        {
            "start": 859737878,
            "stop": 859739318
        },
        {
            "start": 859739480,
            "stop": 859740170
        },
        {
            "start": 859741306,
            "stop": 859741546
        }
    ]
}