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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7628",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7626",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7627,
    "results": [
        {
            "start": 970930216,
            "stop": 970930229
        },
        {
            "start": 970930232,
            "stop": 970930276
        },
        {
            "start": 970930456,
            "stop": 970930466
        },
        {
            "start": 970930470,
            "stop": 970930488
        },
        {
            "start": 970930491,
            "stop": 970930516
        },
        {
            "start": 970930636,
            "stop": 970930753
        },
        {
            "start": 970930756,
            "stop": 970930782
        },
        {
            "start": 970930787,
            "stop": 970930811
        },
        {
            "start": 970930814,
            "stop": 970930815
        },
        {
            "start": 970958958,
            "stop": 970959082
        },
        {
            "start": 970959085,
            "stop": 970959102
        },
        {
            "start": 970959133,
            "stop": 970959788
        },
        {
            "start": 970959791,
            "stop": 970959876
        },
        {
            "start": 970959887,
            "stop": 970960466
        },
        {
            "start": 970960469,
            "stop": 970960640
        },
        {
            "start": 970960643,
            "stop": 970961495
        },
        {
            "start": 970961498,
            "stop": 970961713
        },
        {
            "start": 970961716,
            "stop": 970961734
        },
        {
            "start": 970961735,
            "stop": 970961736
        },
        {
            "start": 970961739,
            "stop": 970961844
        }
    ]
}