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=4751
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=4752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4750",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4751,
    "results": [
        {
            "start": 874540616,
            "stop": 874540620
        },
        {
            "start": 874540680,
            "stop": 874540860
        },
        {
            "start": 874540980,
            "stop": 874541093
        },
        {
            "start": 874541112,
            "stop": 874541157
        },
        {
            "start": 874541177,
            "stop": 874541220
        },
        {
            "start": 874541280,
            "stop": 874541400
        },
        {
            "start": 874541520,
            "stop": 874541580
        },
        {
            "start": 874541700,
            "stop": 874541753
        },
        {
            "start": 874541820,
            "stop": 874541859
        },
        {
            "start": 874541878,
            "stop": 874541880
        },
        {
            "start": 874542180,
            "stop": 874542209
        },
        {
            "start": 874542228,
            "stop": 874542240
        },
        {
            "start": 874542660,
            "stop": 874542695
        },
        {
            "start": 874542715,
            "stop": 874542720
        },
        {
            "start": 874542780,
            "stop": 874542816
        },
        {
            "start": 874542835,
            "stop": 874542840
        },
        {
            "start": 874543020,
            "stop": 874543080
        },
        {
            "start": 874543320,
            "stop": 874543335
        },
        {
            "start": 874543354,
            "stop": 874543367
        },
        {
            "start": 874543414,
            "stop": 874543417
        }
    ]
}