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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=219",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 220,
    "results": [
        {
            "start": 850062296,
            "stop": 850062685
        },
        {
            "start": 850063305,
            "stop": 850064038
        },
        {
            "start": 850064377,
            "stop": 850064564
        },
        {
            "start": 850064674,
            "stop": 850064687
        },
        {
            "start": 850064987,
            "stop": 850065031
        },
        {
            "start": 850065331,
            "stop": 850065378
        },
        {
            "start": 850065488,
            "stop": 850065532
        },
        {
            "start": 850065832,
            "stop": 850065845
        },
        {
            "start": 850065955,
            "stop": 850066273
        },
        {
            "start": 850066381,
            "stop": 850066458
        },
        {
            "start": 850101279,
            "stop": 850101551
        },
        {
            "start": 850102015,
            "stop": 850111308
        },
        {
            "start": 850111555,
            "stop": 850112245
        },
        {
            "start": 850117547,
            "stop": 850137756
        },
        {
            "start": 850140418,
            "stop": 850153354
        },
        {
            "start": 850153683,
            "stop": 850161283
        },
        {
            "start": 850162544,
            "stop": 850164457
        },
        {
            "start": 850165234,
            "stop": 850169989
        },
        {
            "start": 850170324,
            "stop": 850172758
        },
        {
            "start": 850173105,
            "stop": 850173194
        }
    ]
}