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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8041",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8042,
    "results": [
        {
            "start": 872199350,
            "stop": 872199381
        },
        {
            "start": 872199504,
            "stop": 872199508
        },
        {
            "start": 872199527,
            "stop": 872199540
        },
        {
            "start": 872199557,
            "stop": 872199570
        },
        {
            "start": 872199587,
            "stop": 872199613
        },
        {
            "start": 872199630,
            "stop": 872199672
        },
        {
            "start": 872199689,
            "stop": 872199704
        },
        {
            "start": 872199722,
            "stop": 872199752
        },
        {
            "start": 872199872,
            "stop": 872199894
        },
        {
            "start": 872199911,
            "stop": 872199974
        },
        {
            "start": 872199991,
            "stop": 872200079
        },
        {
            "start": 872200096,
            "stop": 872200124
        },
        {
            "start": 872200141,
            "stop": 872200170
        },
        {
            "start": 872200188,
            "stop": 872200338
        },
        {
            "start": 872200355,
            "stop": 872200451
        },
        {
            "start": 872200468,
            "stop": 872200525
        },
        {
            "start": 872200542,
            "stop": 872200812
        },
        {
            "start": 872200829,
            "stop": 872200900
        },
        {
            "start": 872200927,
            "stop": 872201017
        },
        {
            "start": 872201034,
            "stop": 872201074
        }
    ]
}