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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1949",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1950,
    "results": [
        {
            "start": 852320823,
            "stop": 852323158
        },
        {
            "start": 852324494,
            "stop": 852324543
        },
        {
            "start": 852324546,
            "stop": 852324557
        },
        {
            "start": 852324560,
            "stop": 852324952
        },
        {
            "start": 852324955,
            "stop": 852325181
        },
        {
            "start": 852326460,
            "stop": 852326765
        },
        {
            "start": 852326770,
            "stop": 852326772
        },
        {
            "start": 852326778,
            "stop": 852326795
        },
        {
            "start": 852326800,
            "stop": 852329150
        },
        {
            "start": 852329155,
            "stop": 852329167
        },
        {
            "start": 852329175,
            "stop": 852329180
        },
        {
            "start": 852329185,
            "stop": 852329197
        },
        {
            "start": 852329205,
            "stop": 852331283
        },
        {
            "start": 852331286,
            "stop": 852332274
        },
        {
            "start": 852332277,
            "stop": 852334768
        },
        {
            "start": 852334772,
            "stop": 852334778
        },
        {
            "start": 852334784,
            "stop": 852358170
        },
        {
            "start": 852358315,
            "stop": 852360366
        },
        {
            "start": 852361136,
            "stop": 852361409
        },
        {
            "start": 852361412,
            "stop": 852361679
        }
    ]
}