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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=339",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 340,
    "results": [
        {
            "start": 821245433,
            "stop": 821245442
        },
        {
            "start": 821245461,
            "stop": 821245496
        },
        {
            "start": 821245519,
            "stop": 821245520
        },
        {
            "start": 821245539,
            "stop": 821245679
        },
        {
            "start": 821245698,
            "stop": 821245752
        },
        {
            "start": 821245771,
            "stop": 821245788
        },
        {
            "start": 821245807,
            "stop": 821245904
        },
        {
            "start": 821245923,
            "stop": 821245943
        },
        {
            "start": 821245962,
            "stop": 821245988
        },
        {
            "start": 821246016,
            "stop": 821246078
        },
        {
            "start": 821246097,
            "stop": 821246211
        },
        {
            "start": 821246230,
            "stop": 821247018
        },
        {
            "start": 821247037,
            "stop": 821247276
        },
        {
            "start": 821247295,
            "stop": 821247522
        },
        {
            "start": 821247541,
            "stop": 821247641
        },
        {
            "start": 821247660,
            "stop": 821247714
        },
        {
            "start": 821247733,
            "stop": 821247745
        },
        {
            "start": 821247758,
            "stop": 821247996
        },
        {
            "start": 821248116,
            "stop": 821248159
        },
        {
            "start": 821248363,
            "stop": 821248438
        }
    ]
}