Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=36",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 37,
    "results": [
        {
            "start": 965940846,
            "stop": 965940958
        },
        {
            "start": 965989974,
            "stop": 965990134
        },
        {
            "start": 966012311,
            "stop": 966012423
        },
        {
            "start": 966048063,
            "stop": 966048183
        },
        {
            "start": 966076294,
            "stop": 966076406
        },
        {
            "start": 966083102,
            "stop": 966083214
        },
        {
            "start": 966127590,
            "stop": 966127702
        },
        {
            "start": 966169503,
            "stop": 966169614
        },
        {
            "start": 966175807,
            "stop": 966175918
        },
        {
            "start": 966214415,
            "stop": 966214526
        },
        {
            "start": 966225911,
            "stop": 966226023
        },
        {
            "start": 966263694,
            "stop": 966263855
        },
        {
            "start": 966306550,
            "stop": 966306662
        },
        {
            "start": 966320030,
            "stop": 966320190
        },
        {
            "start": 966358262,
            "stop": 966358423
        },
        {
            "start": 966393702,
            "stop": 966393814
        },
        {
            "start": 966401069,
            "stop": 966401182
        },
        {
            "start": 966406734,
            "stop": 966406846
        },
        {
            "start": 966420453,
            "stop": 966420566
        },
        {
            "start": 966429016,
            "stop": 966429126
        }
    ]
}