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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=245",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 246,
    "results": [
        {
            "start": 821610329,
            "stop": 821610646
        },
        {
            "start": 821610660,
            "stop": 821610811
        },
        {
            "start": 821610818,
            "stop": 821611261
        },
        {
            "start": 821611269,
            "stop": 821611361
        },
        {
            "start": 821611369,
            "stop": 821611652
        },
        {
            "start": 821611659,
            "stop": 821611726
        },
        {
            "start": 821611733,
            "stop": 821611889
        },
        {
            "start": 821611897,
            "stop": 821612199
        },
        {
            "start": 821612206,
            "stop": 821612314
        },
        {
            "start": 821612321,
            "stop": 821612458
        },
        {
            "start": 821612471,
            "stop": 821612485
        },
        {
            "start": 821612492,
            "stop": 821612513
        },
        {
            "start": 821612521,
            "stop": 821612865
        },
        {
            "start": 821612872,
            "stop": 821612948
        },
        {
            "start": 821625020,
            "stop": 821625187
        },
        {
            "start": 821625984,
            "stop": 821626088
        },
        {
            "start": 821626095,
            "stop": 821626218
        },
        {
            "start": 821626233,
            "stop": 821626554
        },
        {
            "start": 821626562,
            "stop": 821626624
        },
        {
            "start": 821626631,
            "stop": 821626773
        }
    ]
}