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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1974",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1975,
    "results": [
        {
            "start": 855510875,
            "stop": 855516576
        },
        {
            "start": 855516736,
            "stop": 855518012
        },
        {
            "start": 855518018,
            "stop": 855518037
        },
        {
            "start": 855518043,
            "stop": 855518046
        },
        {
            "start": 855518047,
            "stop": 855519032
        },
        {
            "start": 855519038,
            "stop": 855519062
        },
        {
            "start": 855519070,
            "stop": 855519085
        },
        {
            "start": 855519090,
            "stop": 855520959
        },
        {
            "start": 855521882,
            "stop": 855526191
        },
        {
            "start": 855528831,
            "stop": 855529295
        },
        {
            "start": 855529305,
            "stop": 855529307
        },
        {
            "start": 855529315,
            "stop": 855532347
        },
        {
            "start": 855532350,
            "stop": 855532351
        },
        {
            "start": 855532356,
            "stop": 855532367
        },
        {
            "start": 855532371,
            "stop": 855533269
        },
        {
            "start": 855533592,
            "stop": 855535140
        },
        {
            "start": 855535143,
            "stop": 855535144
        },
        {
            "start": 855535154,
            "stop": 855544104
        },
        {
            "start": 855544214,
            "stop": 855544310
        },
        {
            "start": 855545111,
            "stop": 855545128
        }
    ]
}