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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=138",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 139,
    "results": [
        {
            "start": 818743965,
            "stop": 818743977
        },
        {
            "start": 818743984,
            "stop": 818743988
        },
        {
            "start": 818744001,
            "stop": 818744007
        },
        {
            "start": 818744015,
            "stop": 818744039
        },
        {
            "start": 818744047,
            "stop": 818744053
        },
        {
            "start": 818744061,
            "stop": 818744074
        },
        {
            "start": 818744081,
            "stop": 818744084
        },
        {
            "start": 818744092,
            "stop": 818744095
        },
        {
            "start": 818744102,
            "stop": 818744137
        },
        {
            "start": 818744145,
            "stop": 818744180
        },
        {
            "start": 818744188,
            "stop": 818744316
        },
        {
            "start": 818744323,
            "stop": 818744800
        },
        {
            "start": 818744807,
            "stop": 818744846
        },
        {
            "start": 818744877,
            "stop": 818744887
        },
        {
            "start": 818744895,
            "stop": 818744928
        },
        {
            "start": 818744995,
            "stop": 818745015
        },
        {
            "start": 818745044,
            "stop": 818745083
        },
        {
            "start": 818745090,
            "stop": 818745106
        },
        {
            "start": 818745197,
            "stop": 818745251
        },
        {
            "start": 818745448,
            "stop": 818745473
        }
    ]
}