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=798
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=799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=797",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 798,
    "results": [
        {
            "start": 858619796,
            "stop": 858620276
        },
        {
            "start": 858621589,
            "stop": 858623989
        },
        {
            "start": 858624437,
            "stop": 858625157
        },
        {
            "start": 858625302,
            "stop": 858626562
        },
        {
            "start": 858627667,
            "stop": 858628147
        },
        {
            "start": 858628319,
            "stop": 858628439
        },
        {
            "start": 858628655,
            "stop": 858629495
        },
        {
            "start": 858632002,
            "stop": 858632122
        },
        {
            "start": 858633760,
            "stop": 858633880
        },
        {
            "start": 858634037,
            "stop": 858634457
        },
        {
            "start": 858634658,
            "stop": 858636278
        },
        {
            "start": 858654825,
            "stop": 858655845
        },
        {
            "start": 858655999,
            "stop": 858657859
        },
        {
            "start": 858658876,
            "stop": 858666676
        },
        {
            "start": 858666880,
            "stop": 858669160
        },
        {
            "start": 858670985,
            "stop": 858681605
        },
        {
            "start": 858681762,
            "stop": 858681822
        },
        {
            "start": 858681977,
            "stop": 858682757
        },
        {
            "start": 858682910,
            "stop": 858686450
        },
        {
            "start": 858686720,
            "stop": 858687380
        }
    ]
}