Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=36
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=35",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 36,
    "results": [
        {
            "start": 818517464,
            "stop": 818524590
        },
        {
            "start": 818562732,
            "stop": 818564489
        },
        {
            "start": 818564490,
            "stop": 818564821
        },
        {
            "start": 818565563,
            "stop": 818569747
        },
        {
            "start": 818576190,
            "stop": 818604178
        },
        {
            "start": 818604888,
            "stop": 818605030
        },
        {
            "start": 818605430,
            "stop": 818619174
        },
        {
            "start": 818620584,
            "stop": 818620800
        },
        {
            "start": 818621200,
            "stop": 818634660
        },
        {
            "start": 818637188,
            "stop": 818644868
        },
        {
            "start": 818646964,
            "stop": 818654427
        },
        {
            "start": 818655004,
            "stop": 818677263
        },
        {
            "start": 818679152,
            "stop": 818684261
        },
        {
            "start": 818684262,
            "stop": 818687189
        },
        {
            "start": 818688257,
            "stop": 818707588
        },
        {
            "start": 818707589,
            "stop": 818715074
        },
        {
            "start": 818715935,
            "stop": 818717853
        },
        {
            "start": 818718363,
            "stop": 818719399
        },
        {
            "start": 818720489,
            "stop": 818723632
        },
        {
            "start": 818723952,
            "stop": 818724183
        }
    ]
}