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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33271",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33272,
    "results": [
        {
            "start": 970996846,
            "stop": 970996860
        },
        {
            "start": 970996861,
            "stop": 970996887
        },
        {
            "start": 970996890,
            "stop": 970996902
        },
        {
            "start": 970996903,
            "stop": 970996917
        },
        {
            "start": 970996918,
            "stop": 970996926
        },
        {
            "start": 970996929,
            "stop": 970996931
        },
        {
            "start": 970996932,
            "stop": 970996974
        },
        {
            "start": 970996975,
            "stop": 970996980
        },
        {
            "start": 970996981,
            "stop": 970996999
        },
        {
            "start": 970997000,
            "stop": 970997008
        },
        {
            "start": 970997009,
            "stop": 970997033
        },
        {
            "start": 970997034,
            "stop": 970997056
        },
        {
            "start": 970997057,
            "stop": 970997086
        },
        {
            "start": 970997087,
            "stop": 970997111
        },
        {
            "start": 970997112,
            "stop": 970997117
        },
        {
            "start": 970997118,
            "stop": 970997131
        },
        {
            "start": 970997132,
            "stop": 970997143
        },
        {
            "start": 970997144,
            "stop": 970997162
        },
        {
            "start": 970997165,
            "stop": 970997170
        },
        {
            "start": 970997173,
            "stop": 970997187
        }
    ]
}