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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=129",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 130,
    "results": [
        {
            "start": 931684277,
            "stop": 931684282
        },
        {
            "start": 931684329,
            "stop": 931684330
        },
        {
            "start": 931684483,
            "stop": 931684484
        },
        {
            "start": 931685036,
            "stop": 931685037
        },
        {
            "start": 931685137,
            "stop": 931685140
        },
        {
            "start": 931685272,
            "stop": 931685274
        },
        {
            "start": 931685305,
            "stop": 931685309
        },
        {
            "start": 931685346,
            "stop": 931685348
        },
        {
            "start": 931685359,
            "stop": 931685365
        },
        {
            "start": 931685372,
            "stop": 931685373
        },
        {
            "start": 931685791,
            "stop": 931685794
        },
        {
            "start": 931685821,
            "stop": 931685824
        },
        {
            "start": 931685892,
            "stop": 931685893
        },
        {
            "start": 931685903,
            "stop": 931685904
        },
        {
            "start": 931685999,
            "stop": 931686002
        },
        {
            "start": 931686113,
            "stop": 931686115
        },
        {
            "start": 931711211,
            "stop": 931712911
        },
        {
            "start": 931714796,
            "stop": 931717949
        },
        {
            "start": 931725493,
            "stop": 931726093
        },
        {
            "start": 931767330,
            "stop": 931767334
        }
    ]
}