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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=286",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 287,
    "results": [
        {
            "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
        },
        {
            "start": 821626787,
            "stop": 821626956
        },
        {
            "start": 821626963,
            "stop": 821627395
        },
        {
            "start": 821627402,
            "stop": 821627586
        }
    ]
}