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_CAT3/segments?format=api&page=3672
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=3673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3671",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3672,
    "results": [
        {
            "start": 872975323,
            "stop": 872976400
        },
        {
            "start": 872976417,
            "stop": 872977757
        },
        {
            "start": 872977777,
            "stop": 872977800
        },
        {
            "start": 872977920,
            "stop": 872978509
        },
        {
            "start": 872978526,
            "stop": 872979305
        },
        {
            "start": 872979322,
            "stop": 872979516
        },
        {
            "start": 872980782,
            "stop": 872981034
        },
        {
            "start": 872981055,
            "stop": 872981760
        },
        {
            "start": 872981880,
            "stop": 872983606
        },
        {
            "start": 872983623,
            "stop": 872984072
        },
        {
            "start": 872984090,
            "stop": 872984172
        },
        {
            "start": 872984189,
            "stop": 872984767
        },
        {
            "start": 872984784,
            "stop": 872985099
        },
        {
            "start": 872985116,
            "stop": 872986789
        },
        {
            "start": 872986813,
            "stop": 872987093
        },
        {
            "start": 872987112,
            "stop": 872987158
        },
        {
            "start": 872987175,
            "stop": 872987520
        },
        {
            "start": 872987640,
            "stop": 872987789
        },
        {
            "start": 872987806,
            "stop": 872988021
        },
        {
            "start": 872988043,
            "stop": 872988047
        }
    ]
}