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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=53",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 54,
    "results": [
        {
            "start": 821047657,
            "stop": 821047662
        },
        {
            "start": 821047667,
            "stop": 821047682
        },
        {
            "start": 821047687,
            "stop": 821047692
        },
        {
            "start": 821047716,
            "stop": 821047721
        },
        {
            "start": 821047731,
            "stop": 821047736
        },
        {
            "start": 821047740,
            "stop": 821047761
        },
        {
            "start": 821047765,
            "stop": 821047775
        },
        {
            "start": 821047779,
            "stop": 821047799
        },
        {
            "start": 821047803,
            "stop": 821047832
        },
        {
            "start": 821047836,
            "stop": 821047850
        },
        {
            "start": 821047859,
            "stop": 821047879
        },
        {
            "start": 821047911,
            "stop": 821047917
        },
        {
            "start": 821047931,
            "stop": 821047937
        },
        {
            "start": 821047941,
            "stop": 821047946
        },
        {
            "start": 821047960,
            "stop": 821048022
        },
        {
            "start": 821048035,
            "stop": 821048061
        },
        {
            "start": 821048065,
            "stop": 821048114
        },
        {
            "start": 821048123,
            "stop": 821048129
        },
        {
            "start": 821048133,
            "stop": 821048177
        },
        {
            "start": 821048181,
            "stop": 821048215
        }
    ]
}