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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=119",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 120,
    "results": [
        {
            "start": 818637188,
            "stop": 818640279
        },
        {
            "start": 818640283,
            "stop": 818644868
        },
        {
            "start": 818646964,
            "stop": 818654427
        },
        {
            "start": 818655004,
            "stop": 818658823
        },
        {
            "start": 818659004,
            "stop": 818677263
        },
        {
            "start": 818679152,
            "stop": 818684260
        },
        {
            "start": 818684264,
            "stop": 818686543
        },
        {
            "start": 818686724,
            "stop": 818687189
        },
        {
            "start": 818688257,
            "stop": 818691883
        },
        {
            "start": 818692064,
            "stop": 818692206
        },
        {
            "start": 818692210,
            "stop": 818707588
        },
        {
            "start": 818707589,
            "stop": 818715074
        },
        {
            "start": 818715935,
            "stop": 818717853
        },
        {
            "start": 818718363,
            "stop": 818719399
        },
        {
            "start": 818720489,
            "stop": 818723632
        },
        {
            "start": 818724583,
            "stop": 818728195
        },
        {
            "start": 818729215,
            "stop": 818729443
        },
        {
            "start": 818729624,
            "stop": 818734496
        },
        {
            "start": 818736085,
            "stop": 818748103
        },
        {
            "start": 818748284,
            "stop": 818763663
        }
    ]
}