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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=19",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 20,
    "results": [
        {
            "start": 1165136282,
            "stop": 1165136316
        },
        {
            "start": 1165142625,
            "stop": 1165155680
        },
        {
            "start": 1165155713,
            "stop": 1165161120
        },
        {
            "start": 1165161145,
            "stop": 1165178866
        },
        {
            "start": 1165178912,
            "stop": 1165185024
        },
        {
            "start": 1165185073,
            "stop": 1165191617
        },
        {
            "start": 1165192405,
            "stop": 1165197628
        },
        {
            "start": 1165207772,
            "stop": 1165208522
        },
        {
            "start": 1165209612,
            "stop": 1165211010
        },
        {
            "start": 1165221481,
            "stop": 1165227389
        },
        {
            "start": 1165230001,
            "stop": 1165240613
        },
        {
            "start": 1165297399,
            "stop": 1165302020
        },
        {
            "start": 1165309309,
            "stop": 1165309750
        },
        {
            "start": 1165341233,
            "stop": 1165343062
        },
        {
            "start": 1165372471,
            "stop": 1165374015
        },
        {
            "start": 1165374045,
            "stop": 1165376273
        },
        {
            "start": 1165386016,
            "stop": 1165396302
        },
        {
            "start": 1165396303,
            "stop": 1165399854
        },
        {
            "start": 1165399855,
            "stop": 1165410898
        },
        {
            "start": 1165410899,
            "stop": 1165416474
        }
    ]
}