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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1443",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1444,
    "results": [
        {
            "start": 856016829,
            "stop": 856016849
        },
        {
            "start": 856016854,
            "stop": 856016890
        },
        {
            "start": 856016893,
            "stop": 856017355
        },
        {
            "start": 856017358,
            "stop": 856017538
        },
        {
            "start": 856017543,
            "stop": 856022430
        },
        {
            "start": 856052698,
            "stop": 856052774
        },
        {
            "start": 856052844,
            "stop": 856058191
        },
        {
            "start": 856059052,
            "stop": 856068034
        },
        {
            "start": 856068983,
            "stop": 856112291
        },
        {
            "start": 856112294,
            "stop": 856114557
        },
        {
            "start": 856114560,
            "stop": 856115639
        },
        {
            "start": 856115778,
            "stop": 856127009
        },
        {
            "start": 856127121,
            "stop": 856128158
        },
        {
            "start": 856128788,
            "stop": 856130982
        },
        {
            "start": 856131122,
            "stop": 856131676
        },
        {
            "start": 856132776,
            "stop": 856133522
        },
        {
            "start": 856134363,
            "stop": 856135749
        },
        {
            "start": 856136680,
            "stop": 856143263
        },
        {
            "start": 856143409,
            "stop": 856201755
        },
        {
            "start": 856202700,
            "stop": 856258839
        }
    ]
}