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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1151",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1149",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1150,
    "results": [
        {
            "start": 1136514403,
            "stop": 1136514408
        },
        {
            "start": 1136514411,
            "stop": 1136514415
        },
        {
            "start": 1136514418,
            "stop": 1136514436
        },
        {
            "start": 1136514441,
            "stop": 1136514443
        },
        {
            "start": 1136514446,
            "stop": 1136514447
        },
        {
            "start": 1136514450,
            "stop": 1136514453
        },
        {
            "start": 1136514456,
            "stop": 1136514457
        },
        {
            "start": 1136514460,
            "stop": 1136514462
        },
        {
            "start": 1136514465,
            "stop": 1136514476
        },
        {
            "start": 1136514479,
            "stop": 1136514482
        },
        {
            "start": 1136514485,
            "stop": 1136514486
        },
        {
            "start": 1136514489,
            "stop": 1136514492
        },
        {
            "start": 1136514495,
            "stop": 1136514516
        },
        {
            "start": 1136514519,
            "stop": 1136514521
        },
        {
            "start": 1136514524,
            "stop": 1136514526
        },
        {
            "start": 1136514529,
            "stop": 1136514533
        },
        {
            "start": 1136514536,
            "stop": 1136514545
        },
        {
            "start": 1136514548,
            "stop": 1136514579
        },
        {
            "start": 1136514582,
            "stop": 1136514602
        },
        {
            "start": 1136514605,
            "stop": 1136514608
        }
    ]
}