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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=160",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 161,
    "results": [
        {
            "start": 1419207937,
            "stop": 1419210525
        },
        {
            "start": 1419210528,
            "stop": 1419212738
        },
        {
            "start": 1419212956,
            "stop": 1419218254
        },
        {
            "start": 1419218259,
            "stop": 1419219759
        },
        {
            "start": 1419219763,
            "stop": 1419225825
        },
        {
            "start": 1419225830,
            "stop": 1419226240
        },
        {
            "start": 1419226245,
            "stop": 1419230590
        },
        {
            "start": 1419230595,
            "stop": 1419230625
        },
        {
            "start": 1419230630,
            "stop": 1419233317
        },
        {
            "start": 1419233321,
            "stop": 1419233473
        },
        {
            "start": 1419233478,
            "stop": 1419233517
        },
        {
            "start": 1419233522,
            "stop": 1419234221
        },
        {
            "start": 1419234225,
            "stop": 1419234903
        },
        {
            "start": 1419234908,
            "stop": 1419235029
        },
        {
            "start": 1419235034,
            "stop": 1419235205
        },
        {
            "start": 1419235213,
            "stop": 1419235272
        },
        {
            "start": 1419235277,
            "stop": 1419235527
        },
        {
            "start": 1419235532,
            "stop": 1419235886
        },
        {
            "start": 1419236081,
            "stop": 1419238521
        },
        {
            "start": 1419238526,
            "stop": 1419240203
        }
    ]
}