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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 182,
    "results": [
        {
            "start": 1258881089,
            "stop": 1258883012
        },
        {
            "start": 1258883015,
            "stop": 1258883398
        },
        {
            "start": 1258883406,
            "stop": 1258886564
        },
        {
            "start": 1258886572,
            "stop": 1258887180
        },
        {
            "start": 1258887183,
            "stop": 1258888777
        },
        {
            "start": 1258888780,
            "stop": 1258888898
        },
        {
            "start": 1258888901,
            "stop": 1258889886
        },
        {
            "start": 1258889889,
            "stop": 1258889891
        },
        {
            "start": 1258889894,
            "stop": 1258891562
        },
        {
            "start": 1258894227,
            "stop": 1258894484
        },
        {
            "start": 1258894487,
            "stop": 1258894987
        },
        {
            "start": 1258894990,
            "stop": 1258895364
        },
        {
            "start": 1258895367,
            "stop": 1258895649
        },
        {
            "start": 1258895652,
            "stop": 1258895923
        },
        {
            "start": 1258895926,
            "stop": 1258896118
        },
        {
            "start": 1258896121,
            "stop": 1258896396
        },
        {
            "start": 1258896399,
            "stop": 1258896524
        },
        {
            "start": 1258896527,
            "stop": 1258896585
        },
        {
            "start": 1258896588,
            "stop": 1258899489
        },
        {
            "start": 1258899492,
            "stop": 1258900671
        }
    ]
}