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=2377
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=2378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2376",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2377,
    "results": [
        {
            "start": 872644177,
            "stop": 872644270
        },
        {
            "start": 872644618,
            "stop": 872644620
        },
        {
            "start": 872644800,
            "stop": 872644801
        },
        {
            "start": 872644809,
            "stop": 872644855
        },
        {
            "start": 872644866,
            "stop": 872644875
        },
        {
            "start": 872644907,
            "stop": 872644909
        },
        {
            "start": 872644916,
            "stop": 872644920
        },
        {
            "start": 872644980,
            "stop": 872644986
        },
        {
            "start": 872645559,
            "stop": 872645580
        },
        {
            "start": 872649803,
            "stop": 872651055
        },
        {
            "start": 872651063,
            "stop": 872651199
        },
        {
            "start": 872651206,
            "stop": 872651340
        },
        {
            "start": 872651400,
            "stop": 872651460
        },
        {
            "start": 872651640,
            "stop": 872651744
        },
        {
            "start": 872651925,
            "stop": 872652001
        },
        {
            "start": 872652008,
            "stop": 872652041
        },
        {
            "start": 872652048,
            "stop": 872652049
        },
        {
            "start": 872652071,
            "stop": 872652360
        },
        {
            "start": 872652420,
            "stop": 872652427
        },
        {
            "start": 872652440,
            "stop": 872652469
        }
    ]
}