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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=145",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 146,
    "results": [
        {
            "start": 819724470,
            "stop": 819724998
        },
        {
            "start": 819725006,
            "stop": 819725229
        },
        {
            "start": 819725238,
            "stop": 819725386
        },
        {
            "start": 819725400,
            "stop": 819725909
        },
        {
            "start": 819725916,
            "stop": 819725963
        },
        {
            "start": 819725970,
            "stop": 819725994
        },
        {
            "start": 819726002,
            "stop": 819726284
        },
        {
            "start": 819726291,
            "stop": 819726376
        },
        {
            "start": 819726383,
            "stop": 819726487
        },
        {
            "start": 819726494,
            "stop": 819726545
        },
        {
            "start": 819726558,
            "stop": 819726643
        },
        {
            "start": 819726650,
            "stop": 819726731
        },
        {
            "start": 819726738,
            "stop": 819727076
        },
        {
            "start": 819727083,
            "stop": 819727240
        },
        {
            "start": 819727247,
            "stop": 819727385
        },
        {
            "start": 819727392,
            "stop": 819727617
        },
        {
            "start": 819727624,
            "stop": 819727859
        },
        {
            "start": 819727867,
            "stop": 819727876
        },
        {
            "start": 819727883,
            "stop": 819727939
        },
        {
            "start": 819727947,
            "stop": 819728075
        }
    ]
}