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=5166
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=5167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5165",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5166,
    "results": [
        {
            "start": 874865427,
            "stop": 874865733
        },
        {
            "start": 874865752,
            "stop": 874865826
        },
        {
            "start": 874865845,
            "stop": 874865866
        },
        {
            "start": 874865886,
            "stop": 874865912
        },
        {
            "start": 874865931,
            "stop": 874866031
        },
        {
            "start": 874866050,
            "stop": 874866056
        },
        {
            "start": 874866076,
            "stop": 874866255
        },
        {
            "start": 874866274,
            "stop": 874866293
        },
        {
            "start": 874866313,
            "stop": 874866359
        },
        {
            "start": 874866378,
            "stop": 874866598
        },
        {
            "start": 874866617,
            "stop": 874866806
        },
        {
            "start": 874866825,
            "stop": 874866851
        },
        {
            "start": 874866877,
            "stop": 874866909
        },
        {
            "start": 874866928,
            "stop": 874867020
        },
        {
            "start": 874867040,
            "stop": 874867078
        },
        {
            "start": 874876031,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874878220
        },
        {
            "start": 874879206,
            "stop": 874881939
        },
        {
            "start": 874881958,
            "stop": 874884090
        },
        {
            "start": 874884109,
            "stop": 874884179
        }
    ]
}