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=711
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=712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=710",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 711,
    "results": [
        {
            "start": 850363263,
            "stop": 850370175
        },
        {
            "start": 850373568,
            "stop": 850378556
        },
        {
            "start": 850378594,
            "stop": 850385039
        },
        {
            "start": 850385042,
            "stop": 850395840
        },
        {
            "start": 850397098,
            "stop": 850405230
        },
        {
            "start": 850406348,
            "stop": 850407974
        },
        {
            "start": 850407977,
            "stop": 850420715
        },
        {
            "start": 850420716,
            "stop": 850426198
        },
        {
            "start": 850426200,
            "stop": 850437877
        },
        {
            "start": 850437880,
            "stop": 850461596
        },
        {
            "start": 850461599,
            "stop": 850488191
        },
        {
            "start": 850490026,
            "stop": 850490769
        },
        {
            "start": 850491543,
            "stop": 850495122
        },
        {
            "start": 850495124,
            "stop": 850500512
        },
        {
            "start": 850500516,
            "stop": 850511070
        },
        {
            "start": 850511610,
            "stop": 850512090
        },
        {
            "start": 850512150,
            "stop": 850512330
        },
        {
            "start": 850513050,
            "stop": 850514070
        },
        {
            "start": 850515309,
            "stop": 850517613
        },
        {
            "start": 850518897,
            "stop": 850522702
        }
    ]
}