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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3641",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3639",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3640,
    "results": [
        {
            "start": 970558283,
            "stop": 970558300
        },
        {
            "start": 970558306,
            "stop": 970558314
        },
        {
            "start": 970558320,
            "stop": 970558329
        },
        {
            "start": 970558339,
            "stop": 970558346
        },
        {
            "start": 970558352,
            "stop": 970558911
        },
        {
            "start": 970558917,
            "stop": 970559277
        },
        {
            "start": 970559280,
            "stop": 970559432
        },
        {
            "start": 970559438,
            "stop": 970559443
        },
        {
            "start": 970559455,
            "stop": 970559459
        },
        {
            "start": 970559465,
            "stop": 970559475
        },
        {
            "start": 970559481,
            "stop": 970559560
        },
        {
            "start": 970559563,
            "stop": 970559820
        },
        {
            "start": 970559821,
            "stop": 970559969
        },
        {
            "start": 970559976,
            "stop": 970560131
        },
        {
            "start": 970560137,
            "stop": 970560999
        },
        {
            "start": 970561005,
            "stop": 970561013
        },
        {
            "start": 970561024,
            "stop": 970561026
        },
        {
            "start": 970561032,
            "stop": 970561035
        },
        {
            "start": 970561041,
            "stop": 970561068
        },
        {
            "start": 970561076,
            "stop": 970561091
        }
    ]
}