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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=176",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 177,
    "results": [
        {
            "start": 868059917,
            "stop": 868114697
        },
        {
            "start": 868140793,
            "stop": 868162679
        },
        {
            "start": 868162809,
            "stop": 868216386
        },
        {
            "start": 868221995,
            "stop": 868223100
        },
        {
            "start": 868223247,
            "stop": 868223700
        },
        {
            "start": 868223872,
            "stop": 868224105
        },
        {
            "start": 868228889,
            "stop": 868232624
        },
        {
            "start": 868232828,
            "stop": 868247683
        },
        {
            "start": 868248566,
            "stop": 868253687
        },
        {
            "start": 868254980,
            "stop": 868262643
        },
        {
            "start": 868264018,
            "stop": 868388534
        },
        {
            "start": 868388662,
            "stop": 868389191
        },
        {
            "start": 868389328,
            "stop": 868399196
        },
        {
            "start": 868402958,
            "stop": 868472302
        },
        {
            "start": 868472572,
            "stop": 868527646
        },
        {
            "start": 868529397,
            "stop": 868540491
        },
        {
            "start": 868546705,
            "stop": 868584295
        },
        {
            "start": 868585396,
            "stop": 868603781
        },
        {
            "start": 868603913,
            "stop": 868631317
        },
        {
            "start": 868634936,
            "stop": 868638463
        }
    ]
}