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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=80",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 81,
    "results": [
        {
            "start": 957292177,
            "stop": 957293068
        },
        {
            "start": 957294895,
            "stop": 957295349
        },
        {
            "start": 957296480,
            "stop": 957297889
        },
        {
            "start": 957299905,
            "stop": 957303733
        },
        {
            "start": 957318806,
            "stop": 957330775
        },
        {
            "start": 957331237,
            "stop": 957355077
        },
        {
            "start": 957357290,
            "stop": 957379322
        },
        {
            "start": 957386592,
            "stop": 957388614
        },
        {
            "start": 957394509,
            "stop": 957404835
        },
        {
            "start": 957407885,
            "stop": 957417076
        },
        {
            "start": 957433181,
            "stop": 957467279
        },
        {
            "start": 957468932,
            "stop": 957480207
        },
        {
            "start": 957481821,
            "stop": 957494061
        },
        {
            "start": 957495560,
            "stop": 957544398
        },
        {
            "start": 957551235,
            "stop": 957554947
        },
        {
            "start": 957557818,
            "stop": 957569611
        },
        {
            "start": 957587773,
            "stop": 957603082
        },
        {
            "start": 957605489,
            "stop": 957617745
        },
        {
            "start": 957618957,
            "stop": 957625269
        },
        {
            "start": 957644711,
            "stop": 957645391
        }
    ]
}