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_CAT4/segments?format=api&page=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=251",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 252,
    "results": [
        {
            "start": 820419210,
            "stop": 820419945
        },
        {
            "start": 820419948,
            "stop": 820420236
        },
        {
            "start": 820420239,
            "stop": 820420260
        },
        {
            "start": 820420263,
            "stop": 820420368
        },
        {
            "start": 820420371,
            "stop": 820421515
        },
        {
            "start": 820421518,
            "stop": 820422240
        },
        {
            "start": 820422360,
            "stop": 820423624
        },
        {
            "start": 820423627,
            "stop": 820424022
        },
        {
            "start": 820424852,
            "stop": 820425225
        },
        {
            "start": 820425228,
            "stop": 820425466
        },
        {
            "start": 820425469,
            "stop": 820425824
        },
        {
            "start": 820425827,
            "stop": 820426033
        },
        {
            "start": 820426036,
            "stop": 820426257
        },
        {
            "start": 820426260,
            "stop": 820426369
        },
        {
            "start": 820426372,
            "stop": 820426531
        },
        {
            "start": 820426535,
            "stop": 820427078
        },
        {
            "start": 820427082,
            "stop": 820427547
        },
        {
            "start": 820427667,
            "stop": 820427900
        },
        {
            "start": 820428022,
            "stop": 820428133
        },
        {
            "start": 820428137,
            "stop": 820428205
        }
    ]
}