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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 32,
    "results": [
        {
            "start": 1238529352,
            "stop": 1238532784
        },
        {
            "start": 1238532788,
            "stop": 1238533506
        },
        {
            "start": 1238533507,
            "stop": 1238533508
        },
        {
            "start": 1238533509,
            "stop": 1238534119
        },
        {
            "start": 1238534120,
            "stop": 1238534121
        },
        {
            "start": 1238534122,
            "stop": 1238534468
        },
        {
            "start": 1238534470,
            "stop": 1238534845
        },
        {
            "start": 1238534848,
            "stop": 1238534936
        },
        {
            "start": 1238534939,
            "stop": 1238535366
        },
        {
            "start": 1238535368,
            "stop": 1238535532
        },
        {
            "start": 1238538791,
            "stop": 1238538891
        },
        {
            "start": 1238538892,
            "stop": 1238538895
        },
        {
            "start": 1238538896,
            "stop": 1238538963
        },
        {
            "start": 1238538966,
            "stop": 1238538970
        },
        {
            "start": 1238543229,
            "stop": 1238543233
        },
        {
            "start": 1238543234,
            "stop": 1238543235
        },
        {
            "start": 1238543238,
            "stop": 1238543243
        },
        {
            "start": 1238543244,
            "stop": 1238543245
        },
        {
            "start": 1238543246,
            "stop": 1238543272
        },
        {
            "start": 1238543273,
            "stop": 1238543275
        }
    ]
}