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=658
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=659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=657",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 658,
    "results": [
        {
            "start": 829449979,
            "stop": 829450971
        },
        {
            "start": 829450988,
            "stop": 829451294
        },
        {
            "start": 829451311,
            "stop": 829451691
        },
        {
            "start": 829451708,
            "stop": 829451715
        },
        {
            "start": 829451732,
            "stop": 829451765
        },
        {
            "start": 829451769,
            "stop": 829452272
        },
        {
            "start": 829452289,
            "stop": 829452480
        },
        {
            "start": 829452497,
            "stop": 829452916
        },
        {
            "start": 829452933,
            "stop": 829452955
        },
        {
            "start": 829452972,
            "stop": 829453051
        },
        {
            "start": 829453068,
            "stop": 829453217
        },
        {
            "start": 829453234,
            "stop": 829453297
        },
        {
            "start": 829453314,
            "stop": 829453407
        },
        {
            "start": 829453424,
            "stop": 829453555
        },
        {
            "start": 829453586,
            "stop": 829453802
        },
        {
            "start": 829453820,
            "stop": 829453845
        },
        {
            "start": 829453862,
            "stop": 829453938
        },
        {
            "start": 829453955,
            "stop": 829454128
        },
        {
            "start": 829454152,
            "stop": 829454469
        },
        {
            "start": 829454486,
            "stop": 829454608
        }
    ]
}