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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=263",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 264,
    "results": [
        {
            "start": 821285760,
            "stop": 821285917
        },
        {
            "start": 821285924,
            "stop": 821286540
        },
        {
            "start": 821286548,
            "stop": 821287393
        },
        {
            "start": 821288674,
            "stop": 821290500
        },
        {
            "start": 821290690,
            "stop": 821293668
        },
        {
            "start": 821293676,
            "stop": 821294517
        },
        {
            "start": 821294524,
            "stop": 821297871
        },
        {
            "start": 821297878,
            "stop": 821299730
        },
        {
            "start": 821299810,
            "stop": 821300100
        },
        {
            "start": 821300160,
            "stop": 821304900
        },
        {
            "start": 821304960,
            "stop": 821305740
        },
        {
            "start": 821305800,
            "stop": 821307730
        },
        {
            "start": 821308381,
            "stop": 821308628
        },
        {
            "start": 821308635,
            "stop": 821309090
        },
        {
            "start": 821309170,
            "stop": 821316710
        },
        {
            "start": 821316790,
            "stop": 821325814
        },
        {
            "start": 821325821,
            "stop": 821326273
        },
        {
            "start": 821326418,
            "stop": 821330230
        },
        {
            "start": 821330238,
            "stop": 821334218
        },
        {
            "start": 821334225,
            "stop": 821340180
        }
    ]
}