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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 141,
    "results": [
        {
            "start": 1380796614,
            "stop": 1380798459
        },
        {
            "start": 1380798464,
            "stop": 1380798518
        },
        {
            "start": 1380798523,
            "stop": 1380801625
        },
        {
            "start": 1380801630,
            "stop": 1380802549
        },
        {
            "start": 1380802554,
            "stop": 1380805888
        },
        {
            "start": 1380805891,
            "stop": 1380813250
        },
        {
            "start": 1380813255,
            "stop": 1380834203
        },
        {
            "start": 1380834208,
            "stop": 1380845523
        },
        {
            "start": 1380845528,
            "stop": 1380849286
        },
        {
            "start": 1380849291,
            "stop": 1380853375
        },
        {
            "start": 1380853378,
            "stop": 1380853380
        },
        {
            "start": 1380857378,
            "stop": 1380859085
        },
        {
            "start": 1380859090,
            "stop": 1380862099
        },
        {
            "start": 1380862104,
            "stop": 1380863182
        },
        {
            "start": 1380863187,
            "stop": 1380863763
        },
        {
            "start": 1380867753,
            "stop": 1380872259
        },
        {
            "start": 1380872264,
            "stop": 1380875802
        },
        {
            "start": 1380875807,
            "stop": 1380877618
        },
        {
            "start": 1380877623,
            "stop": 1380884443
        },
        {
            "start": 1380884446,
            "stop": 1380892803
        }
    ]
}