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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9027",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9028,
    "results": [
        {
            "start": 874150204,
            "stop": 874150444
        },
        {
            "start": 874150463,
            "stop": 874150827
        },
        {
            "start": 874150864,
            "stop": 874151044
        },
        {
            "start": 874151067,
            "stop": 874151093
        },
        {
            "start": 874151112,
            "stop": 874151625
        },
        {
            "start": 874151644,
            "stop": 874151648
        },
        {
            "start": 874151667,
            "stop": 874151769
        },
        {
            "start": 874151793,
            "stop": 874151832
        },
        {
            "start": 874151856,
            "stop": 874151863
        },
        {
            "start": 874151882,
            "stop": 874151885
        },
        {
            "start": 874151904,
            "stop": 874152289
        },
        {
            "start": 874152306,
            "stop": 874152375
        },
        {
            "start": 874152401,
            "stop": 874152406
        },
        {
            "start": 874152426,
            "stop": 874152513
        },
        {
            "start": 874152557,
            "stop": 874152656
        },
        {
            "start": 874152675,
            "stop": 874152684
        },
        {
            "start": 874152709,
            "stop": 874152733
        },
        {
            "start": 874152798,
            "stop": 874152865
        },
        {
            "start": 874152884,
            "stop": 874152910
        },
        {
            "start": 874152931,
            "stop": 874153057
        }
    ]
}