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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=153",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 154,
    "results": [
        {
            "start": 871302161,
            "stop": 871312983
        },
        {
            "start": 871313815,
            "stop": 871335123
        },
        {
            "start": 871341249,
            "stop": 871352659
        },
        {
            "start": 871354651,
            "stop": 871356225
        },
        {
            "start": 871357267,
            "stop": 871392584
        },
        {
            "start": 871393625,
            "stop": 871404354
        },
        {
            "start": 871405421,
            "stop": 871409392
        },
        {
            "start": 871410188,
            "stop": 871414309
        },
        {
            "start": 871418972,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871441437
        },
        {
            "start": 871445033,
            "stop": 871522458
        },
        {
            "start": 871523693,
            "stop": 871590268
        },
        {
            "start": 871592461,
            "stop": 871597086
        },
        {
            "start": 871597807,
            "stop": 871619290
        },
        {
            "start": 871622311,
            "stop": 871653647
        },
        {
            "start": 871654803,
            "stop": 871672010
        },
        {
            "start": 871673502,
            "stop": 871675384
        },
        {
            "start": 871675999,
            "stop": 871679606
        },
        {
            "start": 871680609,
            "stop": 871685670
        },
        {
            "start": 871693044,
            "stop": 871695392
        }
    ]
}