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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=86",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 87,
    "results": [
        {
            "start": 959295244,
            "stop": 959299326
        },
        {
            "start": 959299680,
            "stop": 959312088
        },
        {
            "start": 959316532,
            "stop": 959377571
        },
        {
            "start": 959377922,
            "stop": 959380326
        },
        {
            "start": 959385983,
            "stop": 959398497
        },
        {
            "start": 959402187,
            "stop": 959411988
        },
        {
            "start": 959417973,
            "stop": 959438720
        },
        {
            "start": 959459667,
            "stop": 959462497
        },
        {
            "start": 959463987,
            "stop": 959465514
        },
        {
            "start": 959467229,
            "stop": 959471403
        },
        {
            "start": 959487824,
            "stop": 959510512
        },
        {
            "start": 959516212,
            "stop": 959520660
        },
        {
            "start": 959530243,
            "stop": 959532682
        },
        {
            "start": 959534438,
            "stop": 959543627
        },
        {
            "start": 959579437,
            "stop": 959579598
        },
        {
            "start": 959581173,
            "stop": 959582106
        },
        {
            "start": 959584207,
            "stop": 959584375
        },
        {
            "start": 959588079,
            "stop": 959596542
        },
        {
            "start": 959598412,
            "stop": 959603054
        },
        {
            "start": 959604602,
            "stop": 959618857
        }
    ]
}