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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8951",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8952,
    "results": [
        {
            "start": 873735188,
            "stop": 873735193
        },
        {
            "start": 873735212,
            "stop": 873735301
        },
        {
            "start": 873735333,
            "stop": 873735348
        },
        {
            "start": 873735370,
            "stop": 873735388
        },
        {
            "start": 873735415,
            "stop": 873735430
        },
        {
            "start": 873735451,
            "stop": 873735469
        },
        {
            "start": 873735492,
            "stop": 873735518
        },
        {
            "start": 873735537,
            "stop": 873735585
        },
        {
            "start": 873735764,
            "stop": 873735808
        },
        {
            "start": 873735828,
            "stop": 873735837
        },
        {
            "start": 873735856,
            "stop": 873735902
        },
        {
            "start": 873735922,
            "stop": 873735986
        },
        {
            "start": 873736033,
            "stop": 873736059
        },
        {
            "start": 873736078,
            "stop": 873736105
        },
        {
            "start": 873736125,
            "stop": 873736134
        },
        {
            "start": 873736160,
            "stop": 873736163
        },
        {
            "start": 873736182,
            "stop": 873736193
        },
        {
            "start": 873736240,
            "stop": 873736245
        },
        {
            "start": 873736295,
            "stop": 873736316
        },
        {
            "start": 873736340,
            "stop": 873736343
        }
    ]
}