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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4047",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4048,
    "results": [
        {
            "start": 875083866,
            "stop": 875083940
        },
        {
            "start": 875083943,
            "stop": 875084142
        },
        {
            "start": 875084145,
            "stop": 875084576
        },
        {
            "start": 875091343,
            "stop": 875091419
        },
        {
            "start": 875091422,
            "stop": 875092425
        },
        {
            "start": 875092428,
            "stop": 875092441
        },
        {
            "start": 875092444,
            "stop": 875092488
        },
        {
            "start": 875092491,
            "stop": 875093350
        },
        {
            "start": 875093353,
            "stop": 875093572
        },
        {
            "start": 875093575,
            "stop": 875093913
        },
        {
            "start": 875093916,
            "stop": 875097022
        },
        {
            "start": 875097025,
            "stop": 875097317
        },
        {
            "start": 875097320,
            "stop": 875097358
        },
        {
            "start": 875097364,
            "stop": 875097401
        },
        {
            "start": 875097404,
            "stop": 875097534
        },
        {
            "start": 875097537,
            "stop": 875097539
        },
        {
            "start": 875097542,
            "stop": 875097584
        },
        {
            "start": 875097587,
            "stop": 875097618
        },
        {
            "start": 875097624,
            "stop": 875097746
        },
        {
            "start": 875097749,
            "stop": 875097750
        }
    ]
}