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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=15",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 16,
    "results": [
        {
            "start": 931089498,
            "stop": 931089507
        },
        {
            "start": 931089520,
            "stop": 931089521
        },
        {
            "start": 931089528,
            "stop": 931089529
        },
        {
            "start": 931089531,
            "stop": 931089532
        },
        {
            "start": 931089533,
            "stop": 931089534
        },
        {
            "start": 931089539,
            "stop": 931089543
        },
        {
            "start": 931089545,
            "stop": 931089552
        },
        {
            "start": 931089553,
            "stop": 931089557
        },
        {
            "start": 931089561,
            "stop": 931089562
        },
        {
            "start": 931089563,
            "stop": 931089564
        },
        {
            "start": 931089582,
            "stop": 931089584
        },
        {
            "start": 931089585,
            "stop": 931089587
        },
        {
            "start": 931089595,
            "stop": 931089598
        },
        {
            "start": 931089599,
            "stop": 931089608
        },
        {
            "start": 931089610,
            "stop": 931089612
        },
        {
            "start": 931089975,
            "stop": 931090385
        },
        {
            "start": 931092049,
            "stop": 931092054
        },
        {
            "start": 931092118,
            "stop": 931092125
        },
        {
            "start": 931092144,
            "stop": 931092184
        },
        {
            "start": 931092215,
            "stop": 931092259
        }
    ]
}