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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=2",
    "previous": null,
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 1,
    "results": [
        {
            "start": 931052708,
            "stop": 931052738
        },
        {
            "start": 931052802,
            "stop": 931052920
        },
        {
            "start": 931052922,
            "stop": 931053615
        },
        {
            "start": 931053975,
            "stop": 931054004
        },
        {
            "start": 931054022,
            "stop": 931054023
        },
        {
            "start": 931054041,
            "stop": 931054149
        },
        {
            "start": 931054402,
            "stop": 931054463
        },
        {
            "start": 931054468,
            "stop": 931054571
        },
        {
            "start": 931054588,
            "stop": 931054604
        },
        {
            "start": 931054609,
            "stop": 931054679
        },
        {
            "start": 931054681,
            "stop": 931054709
        },
        {
            "start": 931054714,
            "stop": 931054750
        },
        {
            "start": 931054782,
            "stop": 931054786
        },
        {
            "start": 931054803,
            "stop": 931054814
        },
        {
            "start": 931054832,
            "stop": 931054921
        },
        {
            "start": 931054958,
            "stop": 931054960
        },
        {
            "start": 931054978,
            "stop": 931054991
        },
        {
            "start": 931076896,
            "stop": 931076911
        },
        {
            "start": 931076912,
            "stop": 931076915
        },
        {
            "start": 931076916,
            "stop": 931077547
        }
    ]
}