Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=94
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=93",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 94,
    "results": [
        {
            "start": 816985897,
            "stop": 816986170
        },
        {
            "start": 816986187,
            "stop": 816986456
        },
        {
            "start": 816986856,
            "stop": 816987733
        },
        {
            "start": 816987736,
            "stop": 816988440
        },
        {
            "start": 816989738,
            "stop": 816990267
        },
        {
            "start": 816990783,
            "stop": 816990970
        },
        {
            "start": 816990974,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816995849
        },
        {
            "start": 816995852,
            "stop": 816996220
        },
        {
            "start": 816996223,
            "stop": 816997524
        },
        {
            "start": 816997527,
            "stop": 816998657
        },
        {
            "start": 816998660,
            "stop": 817002496
        },
        {
            "start": 817002499,
            "stop": 817003409
        },
        {
            "start": 817003413,
            "stop": 817006237
        },
        {
            "start": 817006240,
            "stop": 817006624
        },
        {
            "start": 817006627,
            "stop": 817009594
        },
        {
            "start": 817009597,
            "stop": 817010113
        },
        {
            "start": 817010116,
            "stop": 817011587
        },
        {
            "start": 817011590,
            "stop": 817012566
        },
        {
            "start": 817012570,
            "stop": 817013513
        }
    ]
}