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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=44",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 45,
    "results": [
        {
            "start": 942196876,
            "stop": 942197431
        },
        {
            "start": 942197484,
            "stop": 942197501
        },
        {
            "start": 942197553,
            "stop": 942197577
        },
        {
            "start": 942197709,
            "stop": 942198358
        },
        {
            "start": 942199089,
            "stop": 942199182
        },
        {
            "start": 942199670,
            "stop": 942201611
        },
        {
            "start": 942201642,
            "stop": 942201959
        },
        {
            "start": 942202937,
            "stop": 942206243
        },
        {
            "start": 942207291,
            "stop": 942210767
        },
        {
            "start": 942212032,
            "stop": 942213210
        },
        {
            "start": 942215464,
            "stop": 942218219
        },
        {
            "start": 942219839,
            "stop": 942230910
        },
        {
            "start": 942234768,
            "stop": 942238189
        },
        {
            "start": 942254447,
            "stop": 942254825
        },
        {
            "start": 942255770,
            "stop": 942255829
        },
        {
            "start": 942258827,
            "stop": 942259462
        },
        {
            "start": 942263013,
            "stop": 942263478
        },
        {
            "start": 942263594,
            "stop": 942263596
        },
        {
            "start": 942268509,
            "stop": 942268958
        },
        {
            "start": 942269651,
            "stop": 942270067
        }
    ]
}