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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=24",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 25,
    "results": [
        {
            "start": 816764309,
            "stop": 816764350
        },
        {
            "start": 816764356,
            "stop": 816764922
        },
        {
            "start": 816764925,
            "stop": 816765500
        },
        {
            "start": 816765503,
            "stop": 816765933
        },
        {
            "start": 816765937,
            "stop": 816765964
        },
        {
            "start": 816765968,
            "stop": 816766033
        },
        {
            "start": 816766036,
            "stop": 816766483
        },
        {
            "start": 816766486,
            "stop": 816766631
        },
        {
            "start": 816766634,
            "stop": 816766657
        },
        {
            "start": 816766660,
            "stop": 816766725
        },
        {
            "start": 816766728,
            "stop": 816766735
        },
        {
            "start": 816766738,
            "stop": 816766801
        },
        {
            "start": 816766804,
            "stop": 816766824
        },
        {
            "start": 816766827,
            "stop": 816767427
        },
        {
            "start": 816767430,
            "stop": 816768292
        },
        {
            "start": 816768295,
            "stop": 816768296
        },
        {
            "start": 816768299,
            "stop": 816768301
        },
        {
            "start": 816768304,
            "stop": 816768372
        },
        {
            "start": 816768375,
            "stop": 816768466
        },
        {
            "start": 816768469,
            "stop": 816768574
        }
    ]
}