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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3838",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3839,
    "results": [
        {
            "start": 875021040,
            "stop": 875021100
        },
        {
            "start": 875021160,
            "stop": 875021220
        },
        {
            "start": 875021400,
            "stop": 875021460
        },
        {
            "start": 875021580,
            "stop": 875021636
        },
        {
            "start": 875021639,
            "stop": 875021640
        },
        {
            "start": 875021940,
            "stop": 875021948
        },
        {
            "start": 875021956,
            "stop": 875021983
        },
        {
            "start": 875021986,
            "stop": 875022000
        },
        {
            "start": 875022180,
            "stop": 875022240
        },
        {
            "start": 875032080,
            "stop": 875032279
        },
        {
            "start": 875032298,
            "stop": 875032306
        },
        {
            "start": 875032331,
            "stop": 875032865
        },
        {
            "start": 875032896,
            "stop": 875032969
        },
        {
            "start": 875032986,
            "stop": 875033075
        },
        {
            "start": 875033092,
            "stop": 875033280
        },
        {
            "start": 875033400,
            "stop": 875033695
        },
        {
            "start": 875033712,
            "stop": 875033858
        },
        {
            "start": 875033875,
            "stop": 875033982
        },
        {
            "start": 875033999,
            "stop": 875034386
        },
        {
            "start": 875034403,
            "stop": 875035080
        }
    ]
}