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=401
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=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=400",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 401,
    "results": [
        {
            "start": 818605861,
            "stop": 818605932
        },
        {
            "start": 818605934,
            "stop": 818605935
        },
        {
            "start": 818605964,
            "stop": 818605966
        },
        {
            "start": 818606649,
            "stop": 818610511
        },
        {
            "start": 818610640,
            "stop": 818610658
        },
        {
            "start": 818610666,
            "stop": 818611085
        },
        {
            "start": 818611087,
            "stop": 818611199
        },
        {
            "start": 818611201,
            "stop": 818611644
        },
        {
            "start": 818611646,
            "stop": 818612067
        },
        {
            "start": 818612069,
            "stop": 818612531
        },
        {
            "start": 818612532,
            "stop": 818612812
        },
        {
            "start": 818612814,
            "stop": 818613435
        },
        {
            "start": 818613437,
            "stop": 818614730
        },
        {
            "start": 818614732,
            "stop": 818615568
        },
        {
            "start": 818615570,
            "stop": 818615642
        },
        {
            "start": 818618136,
            "stop": 818621248
        },
        {
            "start": 818621250,
            "stop": 818621253
        },
        {
            "start": 818621256,
            "stop": 818621271
        },
        {
            "start": 818621933,
            "stop": 818623686
        },
        {
            "start": 818623690,
            "stop": 818623815
        }
    ]
}