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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3737",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3738,
    "results": [
        {
            "start": 873731736,
            "stop": 873731820
        },
        {
            "start": 873731940,
            "stop": 873732079
        },
        {
            "start": 873732103,
            "stop": 873732120
        },
        {
            "start": 873732180,
            "stop": 873732877
        },
        {
            "start": 873732898,
            "stop": 873732900
        },
        {
            "start": 873732960,
            "stop": 873733140
        },
        {
            "start": 873733200,
            "stop": 873733209
        },
        {
            "start": 873733231,
            "stop": 873733410
        },
        {
            "start": 873733470,
            "stop": 873733475
        },
        {
            "start": 873733585,
            "stop": 873733782
        },
        {
            "start": 873734082,
            "stop": 873734093
        },
        {
            "start": 873734280,
            "stop": 873734580
        },
        {
            "start": 873734880,
            "stop": 873735155
        },
        {
            "start": 873735172,
            "stop": 873735185
        },
        {
            "start": 873735209,
            "stop": 873735239
        },
        {
            "start": 873735256,
            "stop": 873735571
        },
        {
            "start": 873735594,
            "stop": 873736096
        },
        {
            "start": 873736414,
            "stop": 873736608
        },
        {
            "start": 873736625,
            "stop": 873736959
        },
        {
            "start": 873736981,
            "stop": 873738779
        }
    ]
}