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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5232",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5233,
    "results": [
        {
            "start": 970041797,
            "stop": 970042090
        },
        {
            "start": 970042093,
            "stop": 970042104
        },
        {
            "start": 970042107,
            "stop": 970042159
        },
        {
            "start": 970042162,
            "stop": 970042378
        },
        {
            "start": 970042381,
            "stop": 970042526
        },
        {
            "start": 970042529,
            "stop": 970042748
        },
        {
            "start": 970042751,
            "stop": 970043189
        },
        {
            "start": 970043192,
            "stop": 970043195
        },
        {
            "start": 970043198,
            "stop": 970043213
        },
        {
            "start": 970043216,
            "stop": 970043342
        },
        {
            "start": 970043345,
            "stop": 970043565
        },
        {
            "start": 970043568,
            "stop": 970043829
        },
        {
            "start": 970043832,
            "stop": 970043959
        },
        {
            "start": 970043962,
            "stop": 970044476
        },
        {
            "start": 970044479,
            "stop": 970044510
        },
        {
            "start": 970044513,
            "stop": 970044659
        },
        {
            "start": 970044662,
            "stop": 970044933
        },
        {
            "start": 970044936,
            "stop": 970044951
        },
        {
            "start": 970044954,
            "stop": 970045277
        },
        {
            "start": 970045280,
            "stop": 970045324
        }
    ]
}