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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=130",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 131,
    "results": [
        {
            "start": 861642410,
            "stop": 861644419
        },
        {
            "start": 861645586,
            "stop": 861647535
        },
        {
            "start": 861648229,
            "stop": 861650115
        },
        {
            "start": 861651234,
            "stop": 861652909
        },
        {
            "start": 861653871,
            "stop": 861654565
        },
        {
            "start": 861655201,
            "stop": 861692828
        },
        {
            "start": 861694544,
            "stop": 861739777
        },
        {
            "start": 861742120,
            "stop": 861750703
        },
        {
            "start": 861752477,
            "stop": 861824203
        },
        {
            "start": 861825522,
            "stop": 861843053
        },
        {
            "start": 861845819,
            "stop": 861866600
        },
        {
            "start": 861867639,
            "stop": 861886167
        },
        {
            "start": 861888329,
            "stop": 861919914
        },
        {
            "start": 861920743,
            "stop": 861924518
        },
        {
            "start": 861925951,
            "stop": 861931770
        },
        {
            "start": 861932253,
            "stop": 861946275
        },
        {
            "start": 861946880,
            "stop": 861992538
        },
        {
            "start": 861993655,
            "stop": 861996889
        },
        {
            "start": 861997416,
            "stop": 862009918
        },
        {
            "start": 862011216,
            "stop": 862021563
        }
    ]
}