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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8304",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8305,
    "results": [
        {
            "start": 874149257,
            "stop": 874149278
        },
        {
            "start": 874149333,
            "stop": 874149367
        },
        {
            "start": 874149386,
            "stop": 874149420
        },
        {
            "start": 874149439,
            "stop": 874149722
        },
        {
            "start": 874149754,
            "stop": 874149800
        },
        {
            "start": 874149819,
            "stop": 874149924
        },
        {
            "start": 874149944,
            "stop": 874149952
        },
        {
            "start": 874149971,
            "stop": 874150185
        },
        {
            "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": 874152426,
            "stop": 874152513
        }
    ]
}