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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=94",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 95,
    "results": [
        {
            "start": 931486569,
            "stop": 931486592
        },
        {
            "start": 931486598,
            "stop": 931486652
        },
        {
            "start": 931486658,
            "stop": 931486689
        },
        {
            "start": 931486695,
            "stop": 931486698
        },
        {
            "start": 931486706,
            "stop": 931486716
        },
        {
            "start": 931486722,
            "stop": 931486728
        },
        {
            "start": 931486733,
            "stop": 931486736
        },
        {
            "start": 931486741,
            "stop": 931487059
        },
        {
            "start": 931487081,
            "stop": 931487085
        },
        {
            "start": 931487118,
            "stop": 931487124
        },
        {
            "start": 931487130,
            "stop": 931487132
        },
        {
            "start": 931487140,
            "stop": 931487144
        },
        {
            "start": 931487153,
            "stop": 931487168
        },
        {
            "start": 931487177,
            "stop": 931487232
        },
        {
            "start": 931487237,
            "stop": 931487241
        },
        {
            "start": 931487247,
            "stop": 931487249
        },
        {
            "start": 931487255,
            "stop": 931487260
        },
        {
            "start": 931487266,
            "stop": 931487299
        },
        {
            "start": 931487310,
            "stop": 931487321
        },
        {
            "start": 931487340,
            "stop": 931487355
        }
    ]
}