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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=385",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 386,
    "results": [
        {
            "start": 836593886,
            "stop": 836594426
        },
        {
            "start": 836594669,
            "stop": 836595209
        },
        {
            "start": 836595599,
            "stop": 836596559
        },
        {
            "start": 836596731,
            "stop": 836596851
        },
        {
            "start": 836597931,
            "stop": 836597991
        },
        {
            "start": 836598172,
            "stop": 836600092
        },
        {
            "start": 836601045,
            "stop": 836601735
        },
        {
            "start": 836601765,
            "stop": 836601885
        },
        {
            "start": 836603685,
            "stop": 836605245
        },
        {
            "start": 836605407,
            "stop": 836607177
        },
        {
            "start": 836607327,
            "stop": 836610987
        },
        {
            "start": 836611137,
            "stop": 836613507
        },
        {
            "start": 836613715,
            "stop": 836613895
        },
        {
            "start": 836614059,
            "stop": 836616009
        },
        {
            "start": 836616159,
            "stop": 836628399
        },
        {
            "start": 836628546,
            "stop": 836631966
        },
        {
            "start": 836632160,
            "stop": 836632730
        },
        {
            "start": 836632760,
            "stop": 836632940
        },
        {
            "start": 836632970,
            "stop": 836633030
        },
        {
            "start": 836633270,
            "stop": 836635460
        }
    ]
}