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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=61",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 62,
    "results": [
        {
            "start": 832956078,
            "stop": 833009972
        },
        {
            "start": 833011437,
            "stop": 833016174
        },
        {
            "start": 833017570,
            "stop": 833020530
        },
        {
            "start": 833021306,
            "stop": 833026184
        },
        {
            "start": 833027870,
            "stop": 833036691
        },
        {
            "start": 833051249,
            "stop": 833051364
        },
        {
            "start": 833058643,
            "stop": 833059017
        },
        {
            "start": 833060236,
            "stop": 833061556
        },
        {
            "start": 833062522,
            "stop": 833137604
        },
        {
            "start": 833138983,
            "stop": 833140815
        },
        {
            "start": 833141296,
            "stop": 833144698
        },
        {
            "start": 833145484,
            "stop": 833147270
        },
        {
            "start": 833147789,
            "stop": 833148467
        },
        {
            "start": 833149014,
            "stop": 833210661
        },
        {
            "start": 833211413,
            "stop": 833227328
        },
        {
            "start": 833228012,
            "stop": 833228452
        },
        {
            "start": 833229330,
            "stop": 833233729
        },
        {
            "start": 833234537,
            "stop": 833235215
        },
        {
            "start": 833235744,
            "stop": 833269411
        },
        {
            "start": 833272621,
            "stop": 833320149
        }
    ]
}