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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=104",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 105,
    "results": [
        {
            "start": 931536742,
            "stop": 931536769
        },
        {
            "start": 931536775,
            "stop": 931536782
        },
        {
            "start": 931536803,
            "stop": 931536805
        },
        {
            "start": 931536828,
            "stop": 931536830
        },
        {
            "start": 931536836,
            "stop": 931536845
        },
        {
            "start": 931536854,
            "stop": 931536862
        },
        {
            "start": 931536879,
            "stop": 931536895
        },
        {
            "start": 931536908,
            "stop": 931536912
        },
        {
            "start": 931536945,
            "stop": 931536947
        },
        {
            "start": 931536954,
            "stop": 931536956
        },
        {
            "start": 931536965,
            "stop": 931536967
        },
        {
            "start": 931537004,
            "stop": 931537005
        },
        {
            "start": 931537022,
            "stop": 931537024
        },
        {
            "start": 931537032,
            "stop": 931537070
        },
        {
            "start": 931537076,
            "stop": 931537125
        },
        {
            "start": 931537131,
            "stop": 931537140
        },
        {
            "start": 931537145,
            "stop": 931537196
        },
        {
            "start": 931537201,
            "stop": 931537213
        },
        {
            "start": 931537229,
            "stop": 931537235
        },
        {
            "start": 931537241,
            "stop": 931537247
        }
    ]
}