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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=27",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 28,
    "results": [
        {
            "start": 931077941,
            "stop": 931077942
        },
        {
            "start": 931077943,
            "stop": 931077946
        },
        {
            "start": 931077947,
            "stop": 931077951
        },
        {
            "start": 931077952,
            "stop": 931077954
        },
        {
            "start": 931077955,
            "stop": 931077965
        },
        {
            "start": 931077966,
            "stop": 931077967
        },
        {
            "start": 931077976,
            "stop": 931077977
        },
        {
            "start": 931077978,
            "stop": 931077979
        },
        {
            "start": 931077980,
            "stop": 931077981
        },
        {
            "start": 931077982,
            "stop": 931078002
        },
        {
            "start": 931078007,
            "stop": 931078016
        },
        {
            "start": 931078023,
            "stop": 931078031
        },
        {
            "start": 931078032,
            "stop": 931078033
        },
        {
            "start": 931078034,
            "stop": 931078041
        },
        {
            "start": 931078042,
            "stop": 931078048
        },
        {
            "start": 931078049,
            "stop": 931078053
        },
        {
            "start": 931078054,
            "stop": 931078062
        },
        {
            "start": 931078064,
            "stop": 931078074
        },
        {
            "start": 931078076,
            "stop": 931078078
        },
        {
            "start": 931078079,
            "stop": 931078081
        }
    ]
}