Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=267
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=266",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 267,
    "results": [
        {
            "start": 821596891,
            "stop": 821596917
        },
        {
            "start": 821596920,
            "stop": 821596943
        },
        {
            "start": 821596946,
            "stop": 821597070
        },
        {
            "start": 821597073,
            "stop": 821597090
        },
        {
            "start": 821597095,
            "stop": 821597097
        },
        {
            "start": 821597101,
            "stop": 821597129
        },
        {
            "start": 821597133,
            "stop": 821597217
        },
        {
            "start": 821597220,
            "stop": 821597320
        },
        {
            "start": 821597323,
            "stop": 821597340
        },
        {
            "start": 821599742,
            "stop": 821600154
        },
        {
            "start": 821604602,
            "stop": 821604779
        },
        {
            "start": 821604782,
            "stop": 821604812
        },
        {
            "start": 821604815,
            "stop": 821604953
        },
        {
            "start": 821604956,
            "stop": 821604971
        },
        {
            "start": 821604974,
            "stop": 821605114
        },
        {
            "start": 821605118,
            "stop": 821605263
        },
        {
            "start": 821605266,
            "stop": 821605396
        },
        {
            "start": 821605400,
            "stop": 821605473
        },
        {
            "start": 821605477,
            "stop": 821605480
        },
        {
            "start": 821605484,
            "stop": 821605487
        }
    ]
}