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=33081
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=33082",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33080",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33081,
    "results": [
        {
            "start": 970474280,
            "stop": 970474281
        },
        {
            "start": 970474282,
            "stop": 970474283
        },
        {
            "start": 970474288,
            "stop": 970474289
        },
        {
            "start": 970474332,
            "stop": 970474333
        },
        {
            "start": 970474356,
            "stop": 970474357
        },
        {
            "start": 970474401,
            "stop": 970474402
        },
        {
            "start": 970474416,
            "stop": 970474417
        },
        {
            "start": 970474418,
            "stop": 970474419
        },
        {
            "start": 970474438,
            "stop": 970474439
        },
        {
            "start": 970474503,
            "stop": 970474504
        },
        {
            "start": 970474521,
            "stop": 970474522
        },
        {
            "start": 970474527,
            "stop": 970474528
        },
        {
            "start": 970474533,
            "stop": 970474534
        },
        {
            "start": 970474551,
            "stop": 970474552
        },
        {
            "start": 970474561,
            "stop": 970474562
        },
        {
            "start": 970474567,
            "stop": 970474568
        },
        {
            "start": 970474573,
            "stop": 970474574
        },
        {
            "start": 970474579,
            "stop": 970474580
        },
        {
            "start": 970474581,
            "stop": 970474582
        },
        {
            "start": 970474584,
            "stop": 970474585
        }
    ]
}