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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=64",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 65,
    "results": [
        {
            "start": 819386446,
            "stop": 819386686
        },
        {
            "start": 819386924,
            "stop": 819387194
        },
        {
            "start": 819387350,
            "stop": 819388730
        },
        {
            "start": 819389132,
            "stop": 819389312
        },
        {
            "start": 819389464,
            "stop": 819389644
        },
        {
            "start": 819390006,
            "stop": 819390066
        },
        {
            "start": 819390348,
            "stop": 819391368
        },
        {
            "start": 819391573,
            "stop": 819391693
        },
        {
            "start": 819391858,
            "stop": 819392038
        },
        {
            "start": 819392947,
            "stop": 819393007
        },
        {
            "start": 819393968,
            "stop": 819394328
        },
        {
            "start": 819395122,
            "stop": 819395302
        },
        {
            "start": 819395586,
            "stop": 819395766
        },
        {
            "start": 819395962,
            "stop": 819396202
        },
        {
            "start": 819396448,
            "stop": 819396628
        },
        {
            "start": 819397563,
            "stop": 819397623
        },
        {
            "start": 819397782,
            "stop": 819398022
        },
        {
            "start": 819398183,
            "stop": 819398303
        },
        {
            "start": 819398791,
            "stop": 819399031
        },
        {
            "start": 819399434,
            "stop": 819399494
        }
    ]
}