Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=108",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 109,
    "results": [
        {
            "start": 819178020,
            "stop": 819178081
        },
        {
            "start": 819178088,
            "stop": 819178112
        },
        {
            "start": 819178126,
            "stop": 819178638
        },
        {
            "start": 819178646,
            "stop": 819179260
        },
        {
            "start": 819179267,
            "stop": 819179429
        },
        {
            "start": 819179437,
            "stop": 819180156
        },
        {
            "start": 819180163,
            "stop": 819180357
        },
        {
            "start": 819180372,
            "stop": 819180702
        },
        {
            "start": 819180709,
            "stop": 819180764
        },
        {
            "start": 819180771,
            "stop": 819181402
        },
        {
            "start": 819181409,
            "stop": 819181645
        },
        {
            "start": 819181653,
            "stop": 819182039
        },
        {
            "start": 819182046,
            "stop": 819182334
        },
        {
            "start": 819182341,
            "stop": 819182467
        },
        {
            "start": 819182474,
            "stop": 819182693
        },
        {
            "start": 819182701,
            "stop": 819182918
        },
        {
            "start": 819182925,
            "stop": 819183007
        },
        {
            "start": 819183021,
            "stop": 819183118
        },
        {
            "start": 819183125,
            "stop": 819183170
        },
        {
            "start": 819183177,
            "stop": 819183307
        }
    ]
}