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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=178",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 179,
    "results": [
        {
            "start": 821599061,
            "stop": 821599144
        },
        {
            "start": 821599147,
            "stop": 821599284
        },
        {
            "start": 821599287,
            "stop": 821599302
        },
        {
            "start": 821599305,
            "stop": 821599411
        },
        {
            "start": 821599414,
            "stop": 821599482
        },
        {
            "start": 821599485,
            "stop": 821599595
        },
        {
            "start": 821599599,
            "stop": 821599850
        },
        {
            "start": 821599853,
            "stop": 821600009
        },
        {
            "start": 821600012,
            "stop": 821600080
        },
        {
            "start": 821600081,
            "stop": 821600090
        },
        {
            "start": 821600093,
            "stop": 821600233
        },
        {
            "start": 821600236,
            "stop": 821600258
        },
        {
            "start": 821601688,
            "stop": 821601700
        },
        {
            "start": 821601703,
            "stop": 821601889
        },
        {
            "start": 821603974,
            "stop": 821604024
        },
        {
            "start": 821604027,
            "stop": 821604044
        },
        {
            "start": 821604047,
            "stop": 821604424
        },
        {
            "start": 821604427,
            "stop": 821604995
        },
        {
            "start": 821604998,
            "stop": 821605020
        },
        {
            "start": 821605023,
            "stop": 821605065
        }
    ]
}