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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3749",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3750,
    "results": [
        {
            "start": 873947357,
            "stop": 873947965
        },
        {
            "start": 873947982,
            "stop": 873949711
        },
        {
            "start": 873949728,
            "stop": 873949851
        },
        {
            "start": 873949868,
            "stop": 873949978
        },
        {
            "start": 873949995,
            "stop": 873950351
        },
        {
            "start": 873950368,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873952102
        },
        {
            "start": 873952119,
            "stop": 873952170
        },
        {
            "start": 873952187,
            "stop": 873952310
        },
        {
            "start": 873952327,
            "stop": 873956408
        },
        {
            "start": 873956425,
            "stop": 873956561
        },
        {
            "start": 873956578,
            "stop": 873956606
        },
        {
            "start": 873956623,
            "stop": 873957472
        },
        {
            "start": 873957512,
            "stop": 873958764
        },
        {
            "start": 873958781,
            "stop": 873958834
        },
        {
            "start": 873958851,
            "stop": 873959017
        },
        {
            "start": 873960028,
            "stop": 873964015
        },
        {
            "start": 873964032,
            "stop": 873964050
        },
        {
            "start": 873964216,
            "stop": 873964241
        }
    ]
}