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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7494",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7492",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7493,
    "results": [
        {
            "start": 970197375,
            "stop": 970198092
        },
        {
            "start": 970198095,
            "stop": 970198283
        },
        {
            "start": 970198286,
            "stop": 970198689
        },
        {
            "start": 970198692,
            "stop": 970198740
        },
        {
            "start": 970198743,
            "stop": 970199058
        },
        {
            "start": 970199061,
            "stop": 970199266
        },
        {
            "start": 970199277,
            "stop": 970199454
        },
        {
            "start": 970199457,
            "stop": 970199806
        },
        {
            "start": 970199810,
            "stop": 970200037
        },
        {
            "start": 970200040,
            "stop": 970200469
        },
        {
            "start": 970200472,
            "stop": 970202224
        },
        {
            "start": 970202227,
            "stop": 970202493
        },
        {
            "start": 970202496,
            "stop": 970202754
        },
        {
            "start": 970202757,
            "stop": 970202773
        },
        {
            "start": 970202776,
            "stop": 970202815
        },
        {
            "start": 970202818,
            "stop": 970202876
        },
        {
            "start": 970202879,
            "stop": 970203303
        },
        {
            "start": 970203306,
            "stop": 970203838
        },
        {
            "start": 970203841,
            "stop": 970203944
        },
        {
            "start": 970203947,
            "stop": 970203982
        }
    ]
}