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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2205",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2206,
    "results": [
        {
            "start": 873322104,
            "stop": 873350550
        },
        {
            "start": 873350610,
            "stop": 873393985
        },
        {
            "start": 873393990,
            "stop": 873413430
        },
        {
            "start": 873413730,
            "stop": 873413989
        },
        {
            "start": 873414099,
            "stop": 873414328
        },
        {
            "start": 873414330,
            "stop": 873415558
        },
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873424459
        },
        {
            "start": 873430963,
            "stop": 873435990
        },
        {
            "start": 873436050,
            "stop": 873436439
        },
        {
            "start": 873436549,
            "stop": 873436623
        },
        {
            "start": 873436923,
            "stop": 873461747
        },
        {
            "start": 873461753,
            "stop": 873471055
        },
        {
            "start": 873471070,
            "stop": 873471092
        },
        {
            "start": 873471098,
            "stop": 873471105
        },
        {
            "start": 873471115,
            "stop": 873478020
        },
        {
            "start": 873478083,
            "stop": 873478090
        },
        {
            "start": 873478092,
            "stop": 873478100
        },
        {
            "start": 873478105,
            "stop": 873478107
        },
        {
            "start": 873478113,
            "stop": 873478135
        }
    ]
}