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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3044",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3045,
    "results": [
        {
            "start": 864611951,
            "stop": 864612043
        },
        {
            "start": 864613018,
            "stop": 864614914
        },
        {
            "start": 864614917,
            "stop": 864627982
        },
        {
            "start": 864628313,
            "stop": 864640380
        },
        {
            "start": 864640440,
            "stop": 864642540
        },
        {
            "start": 864642720,
            "stop": 864652427
        },
        {
            "start": 864652433,
            "stop": 864652440
        },
        {
            "start": 864652560,
            "stop": 864655200
        },
        {
            "start": 864655260,
            "stop": 864655680
        },
        {
            "start": 864655740,
            "stop": 864655845
        },
        {
            "start": 864655849,
            "stop": 864658325
        },
        {
            "start": 864658330,
            "stop": 864658375
        },
        {
            "start": 864658440,
            "stop": 864659580
        },
        {
            "start": 864659640,
            "stop": 864665087
        },
        {
            "start": 864665093,
            "stop": 864665100
        },
        {
            "start": 864665160,
            "stop": 864666960
        },
        {
            "start": 864667020,
            "stop": 864667231
        },
        {
            "start": 864667236,
            "stop": 864668845
        },
        {
            "start": 864668849,
            "stop": 864669780
        },
        {
            "start": 864669840,
            "stop": 864670530
        }
    ]
}