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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=837",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 838,
    "results": [
        {
            "start": 860854528,
            "stop": 860855308
        },
        {
            "start": 860855440,
            "stop": 860855920
        },
        {
            "start": 860856069,
            "stop": 860856729
        },
        {
            "start": 860874728,
            "stop": 860875688
        },
        {
            "start": 860881463,
            "stop": 860882753
        },
        {
            "start": 860883490,
            "stop": 860884900
        },
        {
            "start": 860885050,
            "stop": 860886310
        },
        {
            "start": 860886460,
            "stop": 860887270
        },
        {
            "start": 860888580,
            "stop": 860888640
        },
        {
            "start": 860891202,
            "stop": 860893842
        },
        {
            "start": 860894056,
            "stop": 860894356
        },
        {
            "start": 860895022,
            "stop": 860907442
        },
        {
            "start": 860907672,
            "stop": 860914032
        },
        {
            "start": 860914182,
            "stop": 860915892
        },
        {
            "start": 860917333,
            "stop": 860919013
        },
        {
            "start": 860919223,
            "stop": 860920963
        },
        {
            "start": 860923817,
            "stop": 860923997
        },
        {
            "start": 860924215,
            "stop": 860924545
        },
        {
            "start": 860924575,
            "stop": 860928175
        },
        {
            "start": 860930226,
            "stop": 860931606
        }
    ]
}