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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=788",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 789,
    "results": [
        {
            "start": 860933785,
            "stop": 860934625
        },
        {
            "start": 860934783,
            "stop": 860934903
        },
        {
            "start": 860935077,
            "stop": 860935917
        },
        {
            "start": 860936075,
            "stop": 860936495
        },
        {
            "start": 860937268,
            "stop": 860937988
        },
        {
            "start": 860938190,
            "stop": 860939030
        },
        {
            "start": 860940062,
            "stop": 860940542
        },
        {
            "start": 860940694,
            "stop": 860940994
        },
        {
            "start": 860941024,
            "stop": 860941714
        },
        {
            "start": 860942268,
            "stop": 860942328
        },
        {
            "start": 860942643,
            "stop": 860942943
        },
        {
            "start": 860948852,
            "stop": 860949212
        },
        {
            "start": 860949353,
            "stop": 860949413
        },
        {
            "start": 860949692,
            "stop": 860950052
        },
        {
            "start": 860950436,
            "stop": 860950976
        },
        {
            "start": 860951283,
            "stop": 860959323
        },
        {
            "start": 860959485,
            "stop": 860960985
        },
        {
            "start": 860961160,
            "stop": 860962480
        },
        {
            "start": 860962640,
            "stop": 860962760
        },
        {
            "start": 860963173,
            "stop": 860963593
        }
    ]
}