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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=114",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 115,
    "results": [
        {
            "start": 821448629,
            "stop": 821448686
        },
        {
            "start": 821448689,
            "stop": 821448695
        },
        {
            "start": 821448698,
            "stop": 821448700
        },
        {
            "start": 821448703,
            "stop": 821448758
        },
        {
            "start": 821448761,
            "stop": 821448796
        },
        {
            "start": 821448799,
            "stop": 821448945
        },
        {
            "start": 821448951,
            "stop": 821449023
        },
        {
            "start": 821449026,
            "stop": 821449073
        },
        {
            "start": 821449076,
            "stop": 821449096
        },
        {
            "start": 821449099,
            "stop": 821449223
        },
        {
            "start": 821449226,
            "stop": 821449260
        },
        {
            "start": 821449263,
            "stop": 821449281
        },
        {
            "start": 821449284,
            "stop": 821449297
        },
        {
            "start": 821449300,
            "stop": 821449387
        },
        {
            "start": 821449391,
            "stop": 821449406
        },
        {
            "start": 821449409,
            "stop": 821449493
        },
        {
            "start": 821449496,
            "stop": 821449700
        },
        {
            "start": 821449703,
            "stop": 821449730
        },
        {
            "start": 821449733,
            "stop": 821449989
        },
        {
            "start": 821449992,
            "stop": 821450017
        }
    ]
}