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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=847",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=845",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 846,
    "results": [
        {
            "start": 962856771,
            "stop": 962856830
        },
        {
            "start": 962856836,
            "stop": 962857263
        },
        {
            "start": 962857269,
            "stop": 962857279
        },
        {
            "start": 962857285,
            "stop": 962857485
        },
        {
            "start": 962857491,
            "stop": 962857517
        },
        {
            "start": 962857522,
            "stop": 962857813
        },
        {
            "start": 962857818,
            "stop": 962857987
        },
        {
            "start": 962857993,
            "stop": 962858264
        },
        {
            "start": 962858270,
            "stop": 962858448
        },
        {
            "start": 962858454,
            "stop": 962863334
        },
        {
            "start": 962863340,
            "stop": 962863343
        },
        {
            "start": 962863349,
            "stop": 962863380
        },
        {
            "start": 962863386,
            "stop": 962863396
        },
        {
            "start": 962863402,
            "stop": 962863504
        },
        {
            "start": 962863510,
            "stop": 962882411
        },
        {
            "start": 962882417,
            "stop": 962889009
        },
        {
            "start": 962892690,
            "stop": 962894577
        },
        {
            "start": 962897630,
            "stop": 962909278
        },
        {
            "start": 962909283,
            "stop": 962909479
        },
        {
            "start": 962909484,
            "stop": 962909552
        }
    ]
}