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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5729",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5730,
    "results": [
        {
            "start": 874609790,
            "stop": 874609799
        },
        {
            "start": 874609802,
            "stop": 874609860
        },
        {
            "start": 874609863,
            "stop": 874609880
        },
        {
            "start": 874609886,
            "stop": 874609899
        },
        {
            "start": 874609902,
            "stop": 874609910
        },
        {
            "start": 874609914,
            "stop": 874609929
        },
        {
            "start": 874609932,
            "stop": 874609933
        },
        {
            "start": 874609936,
            "stop": 874609968
        },
        {
            "start": 874609971,
            "stop": 874609974
        },
        {
            "start": 874609979,
            "stop": 874609993
        },
        {
            "start": 874609997,
            "stop": 874610009
        },
        {
            "start": 874610013,
            "stop": 874610016
        },
        {
            "start": 874610019,
            "stop": 874610037
        },
        {
            "start": 874610040,
            "stop": 874610069
        },
        {
            "start": 874610072,
            "stop": 874610123
        },
        {
            "start": 874610127,
            "stop": 874610156
        },
        {
            "start": 874610159,
            "stop": 874610172
        },
        {
            "start": 874610176,
            "stop": 874610183
        },
        {
            "start": 874610186,
            "stop": 874610194
        },
        {
            "start": 874610197,
            "stop": 874610205
        }
    ]
}