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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=684",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 685,
    "results": [
        {
            "start": 855012214,
            "stop": 855016398
        },
        {
            "start": 855016399,
            "stop": 855030892
        },
        {
            "start": 855031544,
            "stop": 855067827
        },
        {
            "start": 855067828,
            "stop": 855067829
        },
        {
            "start": 855067831,
            "stop": 855067834
        },
        {
            "start": 855067836,
            "stop": 855086928
        },
        {
            "start": 855088216,
            "stop": 855120335
        },
        {
            "start": 855120655,
            "stop": 855120892
        },
        {
            "start": 855121596,
            "stop": 855121822
        },
        {
            "start": 855122533,
            "stop": 855122546
        },
        {
            "start": 855123003,
            "stop": 855152170
        },
        {
            "start": 855152172,
            "stop": 855158534
        },
        {
            "start": 855159802,
            "stop": 855173051
        },
        {
            "start": 855173053,
            "stop": 855199408
        },
        {
            "start": 855199941,
            "stop": 855220519
        },
        {
            "start": 855222208,
            "stop": 855233689
        },
        {
            "start": 855233691,
            "stop": 855241053
        },
        {
            "start": 855241055,
            "stop": 855243006
        },
        {
            "start": 855243953,
            "stop": 855258348
        },
        {
            "start": 855259194,
            "stop": 855268071
        }
    ]
}