Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=150
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=149",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 150,
    "results": [
        {
            "start": 1177431900,
            "stop": 1177431933
        },
        {
            "start": 1177431936,
            "stop": 1177431942
        },
        {
            "start": 1177431945,
            "stop": 1177431973
        },
        {
            "start": 1177431977,
            "stop": 1177431981
        },
        {
            "start": 1177431986,
            "stop": 1177432012
        },
        {
            "start": 1177432013,
            "stop": 1177432018
        },
        {
            "start": 1177432025,
            "stop": 1177432027
        },
        {
            "start": 1177432035,
            "stop": 1177432037
        },
        {
            "start": 1177432045,
            "stop": 1177432052
        },
        {
            "start": 1177432057,
            "stop": 1177432061
        },
        {
            "start": 1177432065,
            "stop": 1177432196
        },
        {
            "start": 1177432199,
            "stop": 1177432366
        },
        {
            "start": 1177432370,
            "stop": 1177432453
        },
        {
            "start": 1177432455,
            "stop": 1177432463
        },
        {
            "start": 1177432464,
            "stop": 1177432496
        },
        {
            "start": 1177432499,
            "stop": 1177432507
        },
        {
            "start": 1177432511,
            "stop": 1177432521
        },
        {
            "start": 1177432525,
            "stop": 1177432533
        },
        {
            "start": 1177432538,
            "stop": 1177432543
        },
        {
            "start": 1177432549,
            "stop": 1177432554
        }
    ]
}