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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=864",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 865,
    "results": [
        {
            "start": 873538846,
            "stop": 873538854
        },
        {
            "start": 873538858,
            "stop": 873538865
        },
        {
            "start": 873538869,
            "stop": 873538875
        },
        {
            "start": 873538879,
            "stop": 873538886
        },
        {
            "start": 873538890,
            "stop": 873538897
        },
        {
            "start": 873538901,
            "stop": 873538907
        },
        {
            "start": 873538911,
            "stop": 873538918
        },
        {
            "start": 873538922,
            "stop": 873538928
        },
        {
            "start": 873538932,
            "stop": 873538937
        },
        {
            "start": 873538941,
            "stop": 873538959
        },
        {
            "start": 873538963,
            "stop": 873538970
        },
        {
            "start": 873538974,
            "stop": 873538982
        },
        {
            "start": 873538986,
            "stop": 873539021
        },
        {
            "start": 873539025,
            "stop": 873539042
        },
        {
            "start": 873539046,
            "stop": 873539063
        },
        {
            "start": 873539067,
            "stop": 873539073
        },
        {
            "start": 873539077,
            "stop": 873539084
        },
        {
            "start": 873539091,
            "stop": 873539119
        },
        {
            "start": 873539123,
            "stop": 873539129
        },
        {
            "start": 873539133,
            "stop": 873539140
        }
    ]
}