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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=76",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 77,
    "results": [
        {
            "start": 817632742,
            "stop": 817632746
        },
        {
            "start": 817632753,
            "stop": 817632774
        },
        {
            "start": 817632784,
            "stop": 817632787
        },
        {
            "start": 817632794,
            "stop": 817632822
        },
        {
            "start": 817634454,
            "stop": 817635073
        },
        {
            "start": 817635730,
            "stop": 817638034
        },
        {
            "start": 817638086,
            "stop": 817638172
        },
        {
            "start": 817638857,
            "stop": 817647880
        },
        {
            "start": 817647909,
            "stop": 817648016
        },
        {
            "start": 817648060,
            "stop": 817652190
        },
        {
            "start": 817652550,
            "stop": 817652559
        },
        {
            "start": 817652673,
            "stop": 817652745
        },
        {
            "start": 817652753,
            "stop": 817652777
        },
        {
            "start": 817652785,
            "stop": 817652795
        },
        {
            "start": 817652802,
            "stop": 817652906
        },
        {
            "start": 817652916,
            "stop": 817653057
        },
        {
            "start": 817653067,
            "stop": 817653080
        },
        {
            "start": 817653087,
            "stop": 817653088
        },
        {
            "start": 817653117,
            "stop": 817653123
        },
        {
            "start": 817653130,
            "stop": 817653141
        }
    ]
}