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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=155",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 156,
    "results": [
        {
            "start": 820237356,
            "stop": 820237392
        },
        {
            "start": 820237399,
            "stop": 820237528
        },
        {
            "start": 820237536,
            "stop": 820237556
        },
        {
            "start": 820237563,
            "stop": 820237588
        },
        {
            "start": 820237595,
            "stop": 820237626
        },
        {
            "start": 820237633,
            "stop": 820237831
        },
        {
            "start": 820237839,
            "stop": 820238140
        },
        {
            "start": 820238155,
            "stop": 820238243
        },
        {
            "start": 820238251,
            "stop": 820238289
        },
        {
            "start": 820238296,
            "stop": 820238795
        },
        {
            "start": 820238802,
            "stop": 820239117
        },
        {
            "start": 820239130,
            "stop": 820239335
        },
        {
            "start": 820239342,
            "stop": 820239354
        },
        {
            "start": 820239361,
            "stop": 820239481
        },
        {
            "start": 820239488,
            "stop": 820239645
        },
        {
            "start": 820239652,
            "stop": 820240007
        },
        {
            "start": 820240015,
            "stop": 820240548
        },
        {
            "start": 820240555,
            "stop": 820240600
        },
        {
            "start": 820240607,
            "stop": 820240818
        },
        {
            "start": 820240825,
            "stop": 820240885
        }
    ]
}