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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=44",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 45,
    "results": [
        {
            "start": 970325495,
            "stop": 970325607
        },
        {
            "start": 970411670,
            "stop": 970411782
        },
        {
            "start": 970423949,
            "stop": 970424062
        },
        {
            "start": 970461278,
            "stop": 970461390
        },
        {
            "start": 970469157,
            "stop": 970469318
        },
        {
            "start": 970561022,
            "stop": 970561134
        },
        {
            "start": 970606062,
            "stop": 970606174
        },
        {
            "start": 970648974,
            "stop": 970649086
        },
        {
            "start": 970661637,
            "stop": 970661798
        },
        {
            "start": 970755279,
            "stop": 970755394
        },
        {
            "start": 970778701,
            "stop": 970778862
        },
        {
            "start": 970785894,
            "stop": 970786006
        },
        {
            "start": 970813581,
            "stop": 970813694
        },
        {
            "start": 970826797,
            "stop": 970826950
        },
        {
            "start": 970843374,
            "stop": 970843486
        },
        {
            "start": 970906286,
            "stop": 970906446
        },
        {
            "start": 970921822,
            "stop": 970921934
        },
        {
            "start": 970972270,
            "stop": 970972382
        },
        {
            "start": 970985725,
            "stop": 970985838
        },
        {
            "start": 971029949,
            "stop": 971030110
        }
    ]
}