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=46714
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=46715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46713",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46714,
    "results": [
        {
            "start": 875059485,
            "stop": 875059491
        },
        {
            "start": 875059492,
            "stop": 875059498
        },
        {
            "start": 875059500,
            "stop": 875059533
        },
        {
            "start": 875059534,
            "stop": 875059546
        },
        {
            "start": 875059547,
            "stop": 875059572
        },
        {
            "start": 875059574,
            "stop": 875059580
        },
        {
            "start": 875059581,
            "stop": 875059593
        },
        {
            "start": 875059594,
            "stop": 875059626
        },
        {
            "start": 875059627,
            "stop": 875059635
        },
        {
            "start": 875059636,
            "stop": 875059644
        },
        {
            "start": 875059645,
            "stop": 875059654
        },
        {
            "start": 875059655,
            "stop": 875059693
        },
        {
            "start": 875059694,
            "stop": 875059716
        },
        {
            "start": 875059717,
            "stop": 875059726
        },
        {
            "start": 875059727,
            "stop": 875059745
        },
        {
            "start": 875059746,
            "stop": 875059754
        },
        {
            "start": 875059755,
            "stop": 875059763
        },
        {
            "start": 875059764,
            "stop": 875059773
        },
        {
            "start": 875059774,
            "stop": 875059796
        },
        {
            "start": 875059798,
            "stop": 875059804
        }
    ]
}