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=968
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=969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=967",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 968,
    "results": [
        {
            "start": 868701820,
            "stop": 868703170
        },
        {
            "start": 868703200,
            "stop": 868703380
        },
        {
            "start": 868703410,
            "stop": 868703800
        },
        {
            "start": 868709530,
            "stop": 868714210
        },
        {
            "start": 868751761,
            "stop": 868752901
        },
        {
            "start": 868753055,
            "stop": 868753175
        },
        {
            "start": 868754311,
            "stop": 868755391
        },
        {
            "start": 868763325,
            "stop": 868763505
        },
        {
            "start": 868763717,
            "stop": 868770497
        },
        {
            "start": 868770631,
            "stop": 868770691
        },
        {
            "start": 868770883,
            "stop": 868776223
        },
        {
            "start": 868776430,
            "stop": 868777870
        },
        {
            "start": 868779618,
            "stop": 868787448
        },
        {
            "start": 868787598,
            "stop": 868790298
        },
        {
            "start": 868790473,
            "stop": 868792153
        },
        {
            "start": 868842086,
            "stop": 868842746
        },
        {
            "start": 868842938,
            "stop": 868846838
        },
        {
            "start": 868847124,
            "stop": 868849764
        },
        {
            "start": 868850067,
            "stop": 868851507
        },
        {
            "start": 868851657,
            "stop": 868855407
        }
    ]
}