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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=12",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 13,
    "results": [
        {
            "start": 817228513,
            "stop": 817229068
        },
        {
            "start": 817229069,
            "stop": 817231993
        },
        {
            "start": 817236172,
            "stop": 817237069
        },
        {
            "start": 817237072,
            "stop": 817237312
        },
        {
            "start": 817237315,
            "stop": 817237683
        },
        {
            "start": 817238778,
            "stop": 817238863
        },
        {
            "start": 817239402,
            "stop": 817243333
        },
        {
            "start": 817244187,
            "stop": 817245945
        },
        {
            "start": 817247901,
            "stop": 817252428
        },
        {
            "start": 817255379,
            "stop": 817257924
        },
        {
            "start": 817257927,
            "stop": 817259617
        },
        {
            "start": 817259620,
            "stop": 817262054
        },
        {
            "start": 817262116,
            "stop": 817267806
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817269702
        },
        {
            "start": 817269705,
            "stop": 817275416
        },
        {
            "start": 817276762,
            "stop": 817278124
        },
        {
            "start": 817278127,
            "stop": 817291153
        },
        {
            "start": 817291895,
            "stop": 817301675
        },
        {
            "start": 817301678,
            "stop": 817302959
        }
    ]
}