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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=142",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 143,
    "results": [
        {
            "start": 819233849,
            "stop": 819235863
        },
        {
            "start": 819235866,
            "stop": 819235939
        },
        {
            "start": 819235942,
            "stop": 819237872
        },
        {
            "start": 819237875,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819250608
        },
        {
            "start": 819250611,
            "stop": 819251116
        },
        {
            "start": 819251119,
            "stop": 819251190
        },
        {
            "start": 819251250,
            "stop": 819251261
        },
        {
            "start": 819251667,
            "stop": 819251709
        },
        {
            "start": 819251712,
            "stop": 819253472
        },
        {
            "start": 819253475,
            "stop": 819254458
        },
        {
            "start": 819254461,
            "stop": 819255824
        },
        {
            "start": 819255827,
            "stop": 819256385
        },
        {
            "start": 819256388,
            "stop": 819257177
        },
        {
            "start": 819257195,
            "stop": 819258174
        },
        {
            "start": 819258177,
            "stop": 819258453
        },
        {
            "start": 819258456,
            "stop": 819260062
        },
        {
            "start": 819260065,
            "stop": 819262647
        },
        {
            "start": 819262650,
            "stop": 819262779
        },
        {
            "start": 819262780,
            "stop": 819262849
        }
    ]
}