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=3201
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=3202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3200",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3201,
    "results": [
        {
            "start": 870764664,
            "stop": 870765240
        },
        {
            "start": 870765300,
            "stop": 870767820
        },
        {
            "start": 870767940,
            "stop": 870787527
        },
        {
            "start": 870787538,
            "stop": 870787555
        },
        {
            "start": 870787620,
            "stop": 870788201
        },
        {
            "start": 870788501,
            "stop": 870794100
        },
        {
            "start": 870794160,
            "stop": 870798180
        },
        {
            "start": 870798300,
            "stop": 870798840
        },
        {
            "start": 870798845,
            "stop": 870798847
        },
        {
            "start": 870798853,
            "stop": 870798870
        },
        {
            "start": 870798875,
            "stop": 870798900
        },
        {
            "start": 870798960,
            "stop": 870799077
        },
        {
            "start": 870799200,
            "stop": 870800580
        },
        {
            "start": 870800640,
            "stop": 870801660
        },
        {
            "start": 870801780,
            "stop": 870802267
        },
        {
            "start": 870802273,
            "stop": 870802297
        },
        {
            "start": 870802303,
            "stop": 870802317
        },
        {
            "start": 870802440,
            "stop": 870805830
        },
        {
            "start": 870805950,
            "stop": 870807720
        },
        {
            "start": 870807780,
            "stop": 870808720
        }
    ]
}