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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=881",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=879",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 880,
    "results": [
        {
            "start": 968815379,
            "stop": 968818522
        },
        {
            "start": 968819847,
            "stop": 968823621
        },
        {
            "start": 968823627,
            "stop": 968824401
        },
        {
            "start": 968824407,
            "stop": 968827348
        },
        {
            "start": 968828563,
            "stop": 968835306
        },
        {
            "start": 968836665,
            "stop": 968838175
        },
        {
            "start": 968838181,
            "stop": 968839682
        },
        {
            "start": 968840429,
            "stop": 968848102
        },
        {
            "start": 968849702,
            "stop": 968849721
        },
        {
            "start": 968850463,
            "stop": 968851526
        },
        {
            "start": 968852512,
            "stop": 968856723
        },
        {
            "start": 968858460,
            "stop": 968860694
        },
        {
            "start": 968862335,
            "stop": 968878816
        },
        {
            "start": 968878834,
            "stop": 968878936
        },
        {
            "start": 968879583,
            "stop": 968879670
        },
        {
            "start": 968880345,
            "stop": 968898925
        },
        {
            "start": 968898931,
            "stop": 968899305
        },
        {
            "start": 968899311,
            "stop": 968902166
        },
        {
            "start": 968903131,
            "stop": 968907138
        },
        {
            "start": 968908344,
            "stop": 968908883
        }
    ]
}