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_H1L1/segments?format=api&page=203
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_H1L1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=202",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 203,
    "results": [
        {
            "start": 826839397,
            "stop": 826839757
        },
        {
            "start": 826840102,
            "stop": 826840162
        },
        {
            "start": 826859262,
            "stop": 826859322
        },
        {
            "start": 826860111,
            "stop": 826860231
        },
        {
            "start": 826860458,
            "stop": 826860638
        },
        {
            "start": 826860802,
            "stop": 826860862
        },
        {
            "start": 826861092,
            "stop": 826861272
        },
        {
            "start": 826861429,
            "stop": 826861849
        },
        {
            "start": 826862578,
            "stop": 826862698
        },
        {
            "start": 826863062,
            "stop": 826863122
        },
        {
            "start": 826863652,
            "stop": 826863772
        },
        {
            "start": 826864328,
            "stop": 826864388
        },
        {
            "start": 826864522,
            "stop": 826864702
        },
        {
            "start": 826865020,
            "stop": 826865200
        },
        {
            "start": 826865738,
            "stop": 826865798
        },
        {
            "start": 826865978,
            "stop": 826866038
        },
        {
            "start": 826866402,
            "stop": 826867062
        },
        {
            "start": 826867241,
            "stop": 826868261
        },
        {
            "start": 826868577,
            "stop": 826868757
        },
        {
            "start": 826868976,
            "stop": 826869336
        }
    ]
}