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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=643",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=641",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 642,
    "results": [
        {
            "start": 1263913289,
            "stop": 1263913376
        },
        {
            "start": 1263913379,
            "stop": 1263913479
        },
        {
            "start": 1263913482,
            "stop": 1263914367
        },
        {
            "start": 1263914370,
            "stop": 1263915375
        },
        {
            "start": 1263915378,
            "stop": 1263915471
        },
        {
            "start": 1263915474,
            "stop": 1263918596
        },
        {
            "start": 1263918599,
            "stop": 1263918908
        },
        {
            "start": 1263918912,
            "stop": 1263919473
        },
        {
            "start": 1263919479,
            "stop": 1263920148
        },
        {
            "start": 1263920151,
            "stop": 1263920153
        },
        {
            "start": 1263920155,
            "stop": 1263920176
        },
        {
            "start": 1263920177,
            "stop": 1263920187
        },
        {
            "start": 1263920195,
            "stop": 1263920393
        },
        {
            "start": 1263920394,
            "stop": 1263920496
        },
        {
            "start": 1263920499,
            "stop": 1263920786
        },
        {
            "start": 1263920789,
            "stop": 1263923886
        },
        {
            "start": 1263923888,
            "stop": 1263924175
        },
        {
            "start": 1263924183,
            "stop": 1263924286
        },
        {
            "start": 1263924289,
            "stop": 1263925290
        },
        {
            "start": 1263931377,
            "stop": 1263932041
        }
    ]
}