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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=209",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 210,
    "results": [
        {
            "start": 826862578,
            "stop": 826862698
        },
        {
            "start": 826863062,
            "stop": 826863122
        },
        {
            "start": 826863288,
            "stop": 826863408
        },
        {
            "start": 826863652,
            "stop": 826863772
        },
        {
            "start": 826864328,
            "stop": 826864388
        },
        {
            "start": 826864522,
            "stop": 826864702
        },
        {
            "start": 826865020,
            "stop": 826865200
        },
        {
            "start": 826865669,
            "stop": 826865789
        },
        {
            "start": 826865978,
            "stop": 826866038
        },
        {
            "start": 826866402,
            "stop": 826867062
        },
        {
            "start": 826867241,
            "stop": 826868261
        },
        {
            "start": 826868577,
            "stop": 826868757
        },
        {
            "start": 826868976,
            "stop": 826869336
        },
        {
            "start": 826869921,
            "stop": 826870161
        },
        {
            "start": 826870342,
            "stop": 826870642
        },
        {
            "start": 826870807,
            "stop": 826870867
        },
        {
            "start": 826871137,
            "stop": 826871257
        },
        {
            "start": 826871443,
            "stop": 826871503
        },
        {
            "start": 826872279,
            "stop": 826872339
        },
        {
            "start": 826872500,
            "stop": 826872620
        }
    ]
}