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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4726",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4727,
    "results": [
        {
            "start": 874448377,
            "stop": 874448386
        },
        {
            "start": 874448431,
            "stop": 874448460
        },
        {
            "start": 874448479,
            "stop": 874448487
        },
        {
            "start": 874448533,
            "stop": 874448535
        },
        {
            "start": 874448625,
            "stop": 874448703
        },
        {
            "start": 874448722,
            "stop": 874448727
        },
        {
            "start": 874448762,
            "stop": 874448861
        },
        {
            "start": 874448890,
            "stop": 874448909
        },
        {
            "start": 874448944,
            "stop": 874448946
        },
        {
            "start": 874448965,
            "stop": 874449003
        },
        {
            "start": 874449026,
            "stop": 874449029
        },
        {
            "start": 874449048,
            "stop": 874449075
        },
        {
            "start": 874449096,
            "stop": 874449101
        },
        {
            "start": 874449137,
            "stop": 874449176
        },
        {
            "start": 874449208,
            "stop": 874449249
        },
        {
            "start": 874449285,
            "stop": 874449309
        },
        {
            "start": 874449328,
            "stop": 874449453
        },
        {
            "start": 874449472,
            "stop": 874449498
        },
        {
            "start": 874449549,
            "stop": 874449637
        },
        {
            "start": 874449658,
            "stop": 874449769
        }
    ]
}