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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=8",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 9,
    "results": [
        {
            "start": 815590230,
            "stop": 815592510
        },
        {
            "start": 815592570,
            "stop": 815603078
        },
        {
            "start": 815604477,
            "stop": 815607778
        },
        {
            "start": 815607781,
            "stop": 815607821
        },
        {
            "start": 815607822,
            "stop": 815609744
        },
        {
            "start": 815609747,
            "stop": 815610450
        },
        {
            "start": 815610510,
            "stop": 815610540
        },
        {
            "start": 815610542,
            "stop": 815610545
        },
        {
            "start": 815616627,
            "stop": 815620170
        },
        {
            "start": 815620230,
            "stop": 815620232
        },
        {
            "start": 815623237,
            "stop": 815626133
        },
        {
            "start": 815627414,
            "stop": 815635972
        },
        {
            "start": 815637315,
            "stop": 815639411
        },
        {
            "start": 815639414,
            "stop": 815640372
        },
        {
            "start": 815640375,
            "stop": 815640834
        },
        {
            "start": 815640837,
            "stop": 815643272
        },
        {
            "start": 815653666,
            "stop": 815656032
        },
        {
            "start": 815656035,
            "stop": 815657911
        },
        {
            "start": 815657913,
            "stop": 815658158
        },
        {
            "start": 815658745,
            "stop": 815661985
        }
    ]
}