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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=167",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 168,
    "results": [
        {
            "start": 820237631,
            "stop": 820237833
        },
        {
            "start": 820237837,
            "stop": 820238142
        },
        {
            "start": 820238146,
            "stop": 820238150
        },
        {
            "start": 820238153,
            "stop": 820238245
        },
        {
            "start": 820238249,
            "stop": 820238291
        },
        {
            "start": 820238294,
            "stop": 820238797
        },
        {
            "start": 820238800,
            "stop": 820239119
        },
        {
            "start": 820239122,
            "stop": 820239125
        },
        {
            "start": 820239128,
            "stop": 820239337
        },
        {
            "start": 820239340,
            "stop": 820239356
        },
        {
            "start": 820239359,
            "stop": 820239382
        },
        {
            "start": 820239399,
            "stop": 820239483
        },
        {
            "start": 820239486,
            "stop": 820239647
        },
        {
            "start": 820239650,
            "stop": 820240009
        },
        {
            "start": 820240013,
            "stop": 820240550
        },
        {
            "start": 820240553,
            "stop": 820240602
        },
        {
            "start": 820240605,
            "stop": 820240820
        },
        {
            "start": 820240823,
            "stop": 820240887
        },
        {
            "start": 820240891,
            "stop": 820240997
        },
        {
            "start": 820241001,
            "stop": 820241650
        }
    ]
}