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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5021",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5022,
    "results": [
        {
            "start": 874558980,
            "stop": 874559038
        },
        {
            "start": 874559045,
            "stop": 874559136
        },
        {
            "start": 874559143,
            "stop": 874559155
        },
        {
            "start": 874559162,
            "stop": 874559163
        },
        {
            "start": 874559170,
            "stop": 874559205
        },
        {
            "start": 874559213,
            "stop": 874559232
        },
        {
            "start": 874559239,
            "stop": 874559255
        },
        {
            "start": 874559266,
            "stop": 874559276
        },
        {
            "start": 874559283,
            "stop": 874559286
        },
        {
            "start": 874559293,
            "stop": 874559370
        },
        {
            "start": 874559377,
            "stop": 874559397
        },
        {
            "start": 874559404,
            "stop": 874559407
        },
        {
            "start": 874559414,
            "stop": 874559464
        },
        {
            "start": 874559471,
            "stop": 874559478
        },
        {
            "start": 874559489,
            "stop": 874559556
        },
        {
            "start": 874559563,
            "stop": 874559579
        },
        {
            "start": 874559591,
            "stop": 874559598
        },
        {
            "start": 874559605,
            "stop": 874559634
        },
        {
            "start": 874559643,
            "stop": 874559699
        },
        {
            "start": 874559706,
            "stop": 874559709
        }
    ]
}