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=9827
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=9828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9826",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9827,
    "results": [
        {
            "start": 873827039,
            "stop": 873827476
        },
        {
            "start": 873827596,
            "stop": 873827748
        },
        {
            "start": 873827765,
            "stop": 873828038
        },
        {
            "start": 873828055,
            "stop": 873828420
        },
        {
            "start": 873828424,
            "stop": 873828817
        },
        {
            "start": 873828937,
            "stop": 873829459
        },
        {
            "start": 873829476,
            "stop": 873829686
        },
        {
            "start": 873829806,
            "stop": 873830151
        },
        {
            "start": 873830168,
            "stop": 873830889
        },
        {
            "start": 873830911,
            "stop": 873831540
        },
        {
            "start": 873831600,
            "stop": 873831660
        },
        {
            "start": 873831780,
            "stop": 873831865
        },
        {
            "start": 873831882,
            "stop": 873832299
        },
        {
            "start": 873832316,
            "stop": 873832380
        },
        {
            "start": 873832500,
            "stop": 873832829
        },
        {
            "start": 873832846,
            "stop": 873832972
        },
        {
            "start": 873832989,
            "stop": 873833207
        },
        {
            "start": 873833224,
            "stop": 873833340
        },
        {
            "start": 873833400,
            "stop": 873833444
        },
        {
            "start": 873833461,
            "stop": 873833669
        }
    ]
}