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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9873",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9874,
    "results": [
        {
            "start": 874411207,
            "stop": 874412640
        },
        {
            "start": 874412760,
            "stop": 874413145
        },
        {
            "start": 874413162,
            "stop": 874414100
        },
        {
            "start": 874414117,
            "stop": 874414124
        },
        {
            "start": 874414305,
            "stop": 874414980
        },
        {
            "start": 874415040,
            "stop": 874415160
        },
        {
            "start": 874415220,
            "stop": 874415469
        },
        {
            "start": 874415486,
            "stop": 874416360
        },
        {
            "start": 874416420,
            "stop": 874419960
        },
        {
            "start": 874420020,
            "stop": 874421220
        },
        {
            "start": 874421280,
            "stop": 874421486
        },
        {
            "start": 874421606,
            "stop": 874422570
        },
        {
            "start": 874422690,
            "stop": 874422972
        },
        {
            "start": 874422989,
            "stop": 874424358
        },
        {
            "start": 874424495,
            "stop": 874424571
        },
        {
            "start": 874424588,
            "stop": 874424642
        },
        {
            "start": 874424661,
            "stop": 874426398
        },
        {
            "start": 874426415,
            "stop": 874426980
        },
        {
            "start": 874427100,
            "stop": 874427430
        },
        {
            "start": 874427550,
            "stop": 874427576
        }
    ]
}