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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=112",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 113,
    "results": [
        {
            "start": 834786249,
            "stop": 834786770
        },
        {
            "start": 834786776,
            "stop": 834787793
        },
        {
            "start": 834788996,
            "stop": 834795925
        },
        {
            "start": 834796832,
            "stop": 834797528
        },
        {
            "start": 834798068,
            "stop": 834798101
        },
        {
            "start": 834798296,
            "stop": 834800005
        },
        {
            "start": 834800013,
            "stop": 834800145
        },
        {
            "start": 834800153,
            "stop": 834800223
        },
        {
            "start": 834800231,
            "stop": 834800310
        },
        {
            "start": 834800311,
            "stop": 834800995
        },
        {
            "start": 834801230,
            "stop": 834801271
        },
        {
            "start": 834801273,
            "stop": 834801379
        },
        {
            "start": 834801381,
            "stop": 834801529
        },
        {
            "start": 834801537,
            "stop": 834801661
        },
        {
            "start": 834801662,
            "stop": 834801889
        },
        {
            "start": 834810556,
            "stop": 834811147
        },
        {
            "start": 834811155,
            "stop": 834811189
        },
        {
            "start": 834811278,
            "stop": 834812734
        },
        {
            "start": 834812736,
            "stop": 834833076
        },
        {
            "start": 834836382,
            "stop": 834841035
        }
    ]
}