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=808
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=809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=807",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 808,
    "results": [
        {
            "start": 859252061,
            "stop": 859269821
        },
        {
            "start": 859270017,
            "stop": 859271637
        },
        {
            "start": 859273039,
            "stop": 859273699
        },
        {
            "start": 859273849,
            "stop": 859281259
        },
        {
            "start": 859283219,
            "stop": 859286189
        },
        {
            "start": 859286339,
            "stop": 859289159
        },
        {
            "start": 859289309,
            "stop": 859290239
        },
        {
            "start": 859291569,
            "stop": 859295949
        },
        {
            "start": 859296158,
            "stop": 859296818
        },
        {
            "start": 859296977,
            "stop": 859303847
        },
        {
            "start": 859303997,
            "stop": 859305617
        },
        {
            "start": 859308451,
            "stop": 859308811
        },
        {
            "start": 859309299,
            "stop": 859309539
        },
        {
            "start": 859309716,
            "stop": 859310136
        },
        {
            "start": 859310315,
            "stop": 859310675
        },
        {
            "start": 859311065,
            "stop": 859311665
        },
        {
            "start": 859312058,
            "stop": 859312478
        },
        {
            "start": 859313186,
            "stop": 859313576
        },
        {
            "start": 859313815,
            "stop": 859313995
        },
        {
            "start": 859315607,
            "stop": 859315967
        }
    ]
}