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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5093",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5094,
    "results": [
        {
            "start": 874668897,
            "stop": 874668903
        },
        {
            "start": 874668942,
            "stop": 874668960
        },
        {
            "start": 874668980,
            "stop": 874669157
        },
        {
            "start": 874669176,
            "stop": 874669384
        },
        {
            "start": 874669403,
            "stop": 874669451
        },
        {
            "start": 874669471,
            "stop": 874669549
        },
        {
            "start": 874669568,
            "stop": 874669838
        },
        {
            "start": 874669867,
            "stop": 874669877
        },
        {
            "start": 874669896,
            "stop": 874669957
        },
        {
            "start": 874669976,
            "stop": 874670039
        },
        {
            "start": 874670058,
            "stop": 874670178
        },
        {
            "start": 874670197,
            "stop": 874670379
        },
        {
            "start": 874670398,
            "stop": 874670652
        },
        {
            "start": 874670681,
            "stop": 874670733
        },
        {
            "start": 874670753,
            "stop": 874670798
        },
        {
            "start": 874670817,
            "stop": 874670833
        },
        {
            "start": 874670853,
            "stop": 874670913
        },
        {
            "start": 874670933,
            "stop": 874670977
        },
        {
            "start": 874671047,
            "stop": 874671117
        },
        {
            "start": 874671147,
            "stop": 874671150
        }
    ]
}