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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6537",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6538,
    "results": [
        {
            "start": 874359590,
            "stop": 874359754
        },
        {
            "start": 874359755,
            "stop": 874359765
        },
        {
            "start": 874359767,
            "stop": 874359891
        },
        {
            "start": 874359893,
            "stop": 874360057
        },
        {
            "start": 874360059,
            "stop": 874360190
        },
        {
            "start": 874360191,
            "stop": 874360468
        },
        {
            "start": 874360469,
            "stop": 874360640
        },
        {
            "start": 874363019,
            "stop": 874363146
        },
        {
            "start": 874363148,
            "stop": 874363212
        },
        {
            "start": 874363213,
            "stop": 874363418
        },
        {
            "start": 874363419,
            "stop": 874363705
        },
        {
            "start": 874363706,
            "stop": 874364161
        },
        {
            "start": 874364162,
            "stop": 874364166
        },
        {
            "start": 874364167,
            "stop": 874364211
        },
        {
            "start": 874364212,
            "stop": 874364214
        },
        {
            "start": 874364215,
            "stop": 874364389
        },
        {
            "start": 874364390,
            "stop": 874364821
        },
        {
            "start": 874364823,
            "stop": 874364875
        },
        {
            "start": 874364876,
            "stop": 874364925
        },
        {
            "start": 874364926,
            "stop": 874364934
        }
    ]
}