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=4918
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=4919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4917",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4918,
    "results": [
        {
            "start": 875177991,
            "stop": 875178046
        },
        {
            "start": 875178065,
            "stop": 875178900
        },
        {
            "start": 875178960,
            "stop": 875179078
        },
        {
            "start": 875179097,
            "stop": 875179440
        },
        {
            "start": 875179500,
            "stop": 875179740
        },
        {
            "start": 875179800,
            "stop": 875179870
        },
        {
            "start": 875179907,
            "stop": 875179915
        },
        {
            "start": 875179934,
            "stop": 875179950
        },
        {
            "start": 875179969,
            "stop": 875180051
        },
        {
            "start": 875180070,
            "stop": 875180082
        },
        {
            "start": 875180101,
            "stop": 875180576
        },
        {
            "start": 875180595,
            "stop": 875180767
        },
        {
            "start": 875180786,
            "stop": 875181186
        },
        {
            "start": 875181205,
            "stop": 875181418
        },
        {
            "start": 875181437,
            "stop": 875181500
        },
        {
            "start": 875181519,
            "stop": 875181523
        },
        {
            "start": 875181542,
            "stop": 875181816
        },
        {
            "start": 875181835,
            "stop": 875181944
        },
        {
            "start": 875189700,
            "stop": 875189760
        },
        {
            "start": 875190180,
            "stop": 875190208
        }
    ]
}