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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=217",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 218,
    "results": [
        {
            "start": 1177092911,
            "stop": 1177092985
        },
        {
            "start": 1177092989,
            "stop": 1177092990
        },
        {
            "start": 1177092991,
            "stop": 1177093140
        },
        {
            "start": 1177093146,
            "stop": 1177093154
        },
        {
            "start": 1177093156,
            "stop": 1177094318
        },
        {
            "start": 1177094322,
            "stop": 1177094485
        },
        {
            "start": 1177094487,
            "stop": 1177094488
        },
        {
            "start": 1177094489,
            "stop": 1177094507
        },
        {
            "start": 1177094508,
            "stop": 1177094730
        },
        {
            "start": 1177094731,
            "stop": 1177094764
        },
        {
            "start": 1177094765,
            "stop": 1177094809
        },
        {
            "start": 1177094810,
            "stop": 1177094830
        },
        {
            "start": 1177094832,
            "stop": 1177094862
        },
        {
            "start": 1177094863,
            "stop": 1177094901
        },
        {
            "start": 1177094902,
            "stop": 1177094906
        },
        {
            "start": 1177094907,
            "stop": 1177094942
        },
        {
            "start": 1177094943,
            "stop": 1177095031
        },
        {
            "start": 1177095032,
            "stop": 1177095049
        },
        {
            "start": 1177095050,
            "stop": 1177095051
        },
        {
            "start": 1177095052,
            "stop": 1177095056
        }
    ]
}