Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=183
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=182",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 183,
    "results": [
        {
            "start": 871070610,
            "stop": 871075831
        },
        {
            "start": 871076912,
            "stop": 871105598
        },
        {
            "start": 871106811,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871165895
        },
        {
            "start": 871166086,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871228551
        },
        {
            "start": 871228692,
            "stop": 871240524
        },
        {
            "start": 871241189,
            "stop": 871243427
        },
        {
            "start": 871252217,
            "stop": 871252915
        },
        {
            "start": 871253053,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871272682
        },
        {
            "start": 871273758,
            "stop": 871277332
        },
        {
            "start": 871278377,
            "stop": 871289597
        },
        {
            "start": 871289827,
            "stop": 871291507
        },
        {
            "start": 871296803,
            "stop": 871300049
        },
        {
            "start": 871300281,
            "stop": 871300442
        },
        {
            "start": 871300496,
            "stop": 871307935
        },
        {
            "start": 871308080,
            "stop": 871329502
        },
        {
            "start": 871330886,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        }
    ]
}