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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=162",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 163,
    "results": [
        {
            "start": 819732600,
            "stop": 819732602
        },
        {
            "start": 819732605,
            "stop": 819732794
        },
        {
            "start": 819732797,
            "stop": 819732840
        },
        {
            "start": 819732900,
            "stop": 819733225
        },
        {
            "start": 819733229,
            "stop": 819733230
        },
        {
            "start": 819733233,
            "stop": 819733305
        },
        {
            "start": 819733309,
            "stop": 819733512
        },
        {
            "start": 819733515,
            "stop": 819733560
        },
        {
            "start": 819733620,
            "stop": 819733712
        },
        {
            "start": 819733715,
            "stop": 819733846
        },
        {
            "start": 819733966,
            "stop": 819734323
        },
        {
            "start": 819734326,
            "stop": 819734397
        },
        {
            "start": 819734400,
            "stop": 819734450
        },
        {
            "start": 819734453,
            "stop": 819734460
        },
        {
            "start": 819734700,
            "stop": 819734713
        },
        {
            "start": 819755886,
            "stop": 819755927
        },
        {
            "start": 819755930,
            "stop": 819756043
        },
        {
            "start": 819756046,
            "stop": 819756106
        },
        {
            "start": 819756109,
            "stop": 819756180
        },
        {
            "start": 819757913,
            "stop": 819757920
        }
    ]
}