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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4914",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4915,
    "results": [
        {
            "start": 875147034,
            "stop": 875147040
        },
        {
            "start": 875147280,
            "stop": 875147296
        },
        {
            "start": 875147319,
            "stop": 875147400
        },
        {
            "start": 875147580,
            "stop": 875147630
        },
        {
            "start": 875147712,
            "stop": 875147726
        },
        {
            "start": 875147750,
            "stop": 875147828
        },
        {
            "start": 875147866,
            "stop": 875147880
        },
        {
            "start": 875148019,
            "stop": 875148024
        },
        {
            "start": 875148044,
            "stop": 875148057
        },
        {
            "start": 875148079,
            "stop": 875148092
        },
        {
            "start": 875148134,
            "stop": 875148161
        },
        {
            "start": 875148180,
            "stop": 875148193
        },
        {
            "start": 875148228,
            "stop": 875148286
        },
        {
            "start": 875148310,
            "stop": 875148348
        },
        {
            "start": 875148368,
            "stop": 875148396
        },
        {
            "start": 875148533,
            "stop": 875148593
        },
        {
            "start": 875148613,
            "stop": 875148619
        },
        {
            "start": 875148641,
            "stop": 875148711
        },
        {
            "start": 875148730,
            "stop": 875148755
        },
        {
            "start": 875148774,
            "stop": 875148894
        }
    ]
}