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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=239",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 240,
    "results": [
        {
            "start": 931163428,
            "stop": 931163430
        },
        {
            "start": 931163432,
            "stop": 931163435
        },
        {
            "start": 931163436,
            "stop": 931163438
        },
        {
            "start": 931163439,
            "stop": 931163446
        },
        {
            "start": 931163449,
            "stop": 931163451
        },
        {
            "start": 931163454,
            "stop": 931163455
        },
        {
            "start": 931163456,
            "stop": 931163465
        },
        {
            "start": 931163466,
            "stop": 931163467
        },
        {
            "start": 931163468,
            "stop": 931163474
        },
        {
            "start": 931163476,
            "stop": 931163477
        },
        {
            "start": 931163478,
            "stop": 931163479
        },
        {
            "start": 931163481,
            "stop": 931163482
        },
        {
            "start": 931163485,
            "stop": 931163486
        },
        {
            "start": 931163488,
            "stop": 931163489
        },
        {
            "start": 931163490,
            "stop": 931163493
        },
        {
            "start": 931163497,
            "stop": 931163499
        },
        {
            "start": 931163500,
            "stop": 931163508
        },
        {
            "start": 931163512,
            "stop": 931163513
        },
        {
            "start": 931163514,
            "stop": 931163524
        },
        {
            "start": 931163525,
            "stop": 931163528
        }
    ]
}