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_CAT2/segments?format=api&page=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=125",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 126,
    "results": [
        {
            "start": 836664920,
            "stop": 836664959
        },
        {
            "start": 836694631,
            "stop": 836695104
        },
        {
            "start": 836696133,
            "stop": 836696312
        },
        {
            "start": 836696313,
            "stop": 836696327
        },
        {
            "start": 836696329,
            "stop": 836696346
        },
        {
            "start": 836696348,
            "stop": 836699509
        },
        {
            "start": 836701239,
            "stop": 836709943
        },
        {
            "start": 836710943,
            "stop": 836740062
        },
        {
            "start": 836741997,
            "stop": 836751906
        },
        {
            "start": 836751907,
            "stop": 836751908
        },
        {
            "start": 836751910,
            "stop": 836751936
        },
        {
            "start": 836751938,
            "stop": 836751978
        },
        {
            "start": 836751979,
            "stop": 836762304
        },
        {
            "start": 836763372,
            "stop": 836766260
        },
        {
            "start": 836766267,
            "stop": 836766375
        },
        {
            "start": 836767442,
            "stop": 836769004
        },
        {
            "start": 836769012,
            "stop": 836769056
        },
        {
            "start": 836769067,
            "stop": 836769087
        },
        {
            "start": 836769994,
            "stop": 836771132
        },
        {
            "start": 836773281,
            "stop": 836774205
        }
    ]
}