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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=252",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 253,
    "results": [
        {
            "start": 829467686,
            "stop": 829469336
        },
        {
            "start": 829469486,
            "stop": 829473026
        },
        {
            "start": 829473191,
            "stop": 829475411
        },
        {
            "start": 829475787,
            "stop": 829479507
        },
        {
            "start": 829479657,
            "stop": 829480827
        },
        {
            "start": 829487404,
            "stop": 829493284
        },
        {
            "start": 829493422,
            "stop": 829493542
        },
        {
            "start": 829494191,
            "stop": 829494491
        },
        {
            "start": 829494641,
            "stop": 829496171
        },
        {
            "start": 829496544,
            "stop": 829497084
        },
        {
            "start": 829498712,
            "stop": 829498772
        },
        {
            "start": 829498935,
            "stop": 829498995
        },
        {
            "start": 829499367,
            "stop": 829499427
        },
        {
            "start": 829499717,
            "stop": 829499957
        },
        {
            "start": 829500244,
            "stop": 829500364
        },
        {
            "start": 829500528,
            "stop": 829500618
        },
        {
            "start": 829500648,
            "stop": 829500768
        },
        {
            "start": 829501166,
            "stop": 829501526
        },
        {
            "start": 829501665,
            "stop": 829502565
        },
        {
            "start": 829502709,
            "stop": 829504029
        }
    ]
}