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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=185",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 186,
    "results": [
        {
            "start": 845801191,
            "stop": 845811390
        },
        {
            "start": 845812640,
            "stop": 845813286
        },
        {
            "start": 845813792,
            "stop": 845815980
        },
        {
            "start": 845816016,
            "stop": 845816538
        },
        {
            "start": 845966391,
            "stop": 845995659
        },
        {
            "start": 845995667,
            "stop": 845998996
        },
        {
            "start": 845998997,
            "stop": 845999772
        },
        {
            "start": 845999832,
            "stop": 846001387
        },
        {
            "start": 846001395,
            "stop": 846003514
        },
        {
            "start": 846003522,
            "stop": 846005985
        },
        {
            "start": 846005996,
            "stop": 846006334
        },
        {
            "start": 846006388,
            "stop": 846007395
        },
        {
            "start": 846007397,
            "stop": 846008439
        },
        {
            "start": 846008454,
            "stop": 846008478
        },
        {
            "start": 846008489,
            "stop": 846008493
        },
        {
            "start": 846008502,
            "stop": 846008523
        },
        {
            "start": 846008531,
            "stop": 846010510
        },
        {
            "start": 846010776,
            "stop": 846012574
        },
        {
            "start": 846012646,
            "stop": 846013229
        },
        {
            "start": 846013302,
            "stop": 846013440
        }
    ]
}