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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=497",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=495",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 496,
    "results": [
        {
            "start": 959316532,
            "stop": 959377571
        },
        {
            "start": 959377922,
            "stop": 959380311
        },
        {
            "start": 959385983,
            "stop": 959398482
        },
        {
            "start": 959402187,
            "stop": 959411973
        },
        {
            "start": 959417973,
            "stop": 959438705
        },
        {
            "start": 959459667,
            "stop": 959462482
        },
        {
            "start": 959463987,
            "stop": 959465499
        },
        {
            "start": 959467229,
            "stop": 959471388
        },
        {
            "start": 959487824,
            "stop": 959510497
        },
        {
            "start": 959516212,
            "stop": 959520645
        },
        {
            "start": 959530243,
            "stop": 959532667
        },
        {
            "start": 959534438,
            "stop": 959543612
        },
        {
            "start": 959579437,
            "stop": 959579583
        },
        {
            "start": 959581173,
            "stop": 959582091
        },
        {
            "start": 959584207,
            "stop": 959584360
        },
        {
            "start": 959588079,
            "stop": 959596527
        },
        {
            "start": 959598412,
            "stop": 959603039
        },
        {
            "start": 959604602,
            "stop": 959618842
        },
        {
            "start": 959622482,
            "stop": 959622610
        },
        {
            "start": 959628370,
            "stop": 959637038
        }
    ]
}