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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=631",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 632,
    "results": [
        {
            "start": 850397098,
            "stop": 850405230
        },
        {
            "start": 850406348,
            "stop": 850407966
        },
        {
            "start": 850407985,
            "stop": 850420715
        },
        {
            "start": 850420720,
            "stop": 850426190
        },
        {
            "start": 850426208,
            "stop": 850437869
        },
        {
            "start": 850437888,
            "stop": 850461588
        },
        {
            "start": 850461607,
            "stop": 850488183
        },
        {
            "start": 850490026,
            "stop": 850490761
        },
        {
            "start": 850491543,
            "stop": 850495114
        },
        {
            "start": 850495132,
            "stop": 850500504
        },
        {
            "start": 850500524,
            "stop": 850511070
        },
        {
            "start": 850511610,
            "stop": 850512090
        },
        {
            "start": 850512150,
            "stop": 850512330
        },
        {
            "start": 850513050,
            "stop": 850514070
        },
        {
            "start": 850515309,
            "stop": 850517613
        },
        {
            "start": 850518897,
            "stop": 850522694
        },
        {
            "start": 850522712,
            "stop": 850532643
        },
        {
            "start": 850533992,
            "stop": 850571999
        },
        {
            "start": 850599545,
            "stop": 850601254
        },
        {
            "start": 850601257,
            "stop": 850602870
        }
    ]
}