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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=55",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 56,
    "results": [
        {
            "start": 825545573,
            "stop": 825545891
        },
        {
            "start": 825546686,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825582018
        },
        {
            "start": 825585263,
            "stop": 825590820
        },
        {
            "start": 825597440,
            "stop": 825615259
        },
        {
            "start": 825617321,
            "stop": 825654191
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825696108
        },
        {
            "start": 825697158,
            "stop": 825720226
        },
        {
            "start": 825720346,
            "stop": 825722259
        },
        {
            "start": 825722407,
            "stop": 825739631
        },
        {
            "start": 825750502,
            "stop": 825764379
        },
        {
            "start": 825766094,
            "stop": 825770430
        },
        {
            "start": 825772269,
            "stop": 825782408
        },
        {
            "start": 825821123,
            "stop": 825822821
        },
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825873781
        },
        {
            "start": 825877604,
            "stop": 825880598
        },
        {
            "start": 825882309,
            "stop": 825889620
        },
        {
            "start": 825895472,
            "stop": 825904591
        }
    ]
}