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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=21",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 22,
    "results": [
        {
            "start": 931167447,
            "stop": 931167457
        },
        {
            "start": 931167463,
            "stop": 931167487
        },
        {
            "start": 931167493,
            "stop": 931167526
        },
        {
            "start": 931167532,
            "stop": 931167665
        },
        {
            "start": 931167670,
            "stop": 931167676
        },
        {
            "start": 931167682,
            "stop": 931167775
        },
        {
            "start": 931167788,
            "stop": 931167831
        },
        {
            "start": 931167841,
            "stop": 931167843
        },
        {
            "start": 931167848,
            "stop": 931168020
        },
        {
            "start": 931168031,
            "stop": 931168032
        },
        {
            "start": 931168038,
            "stop": 931168054
        },
        {
            "start": 931168066,
            "stop": 931168073
        },
        {
            "start": 931168088,
            "stop": 931168101
        },
        {
            "start": 931172416,
            "stop": 931172883
        },
        {
            "start": 931172889,
            "stop": 931173220
        },
        {
            "start": 931173225,
            "stop": 931173636
        },
        {
            "start": 931174475,
            "stop": 931174487
        },
        {
            "start": 931174512,
            "stop": 931174515
        },
        {
            "start": 931174533,
            "stop": 931174539
        },
        {
            "start": 931174553,
            "stop": 931174556
        }
    ]
}