Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=329
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=328",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 329,
    "results": [
        {
            "start": 823071059,
            "stop": 823071185
        },
        {
            "start": 823071192,
            "stop": 823071338
        },
        {
            "start": 823071345,
            "stop": 823071404
        },
        {
            "start": 823071705,
            "stop": 823071864
        },
        {
            "start": 823071872,
            "stop": 823071884
        },
        {
            "start": 823072065,
            "stop": 823072117
        },
        {
            "start": 823072129,
            "stop": 823072172
        },
        {
            "start": 823072185,
            "stop": 823072375
        },
        {
            "start": 823072382,
            "stop": 823072481
        },
        {
            "start": 823072502,
            "stop": 823072642
        },
        {
            "start": 823072649,
            "stop": 823072667
        },
        {
            "start": 823072681,
            "stop": 823072815
        },
        {
            "start": 823072823,
            "stop": 823072865
        },
        {
            "start": 823072873,
            "stop": 823072918
        },
        {
            "start": 823072925,
            "stop": 823072967
        },
        {
            "start": 823072981,
            "stop": 823073079
        },
        {
            "start": 823073087,
            "stop": 823073144
        },
        {
            "start": 823073325,
            "stop": 823073330
        },
        {
            "start": 823073344,
            "stop": 823073350
        },
        {
            "start": 823073364,
            "stop": 823073587
        }
    ]
}