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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=270",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 271,
    "results": [
        {
            "start": 857363297,
            "stop": 857366090
        },
        {
            "start": 857366885,
            "stop": 857402350
        },
        {
            "start": 857403003,
            "stop": 857406288
        },
        {
            "start": 857406292,
            "stop": 857406307
        },
        {
            "start": 857406311,
            "stop": 857406417
        },
        {
            "start": 857429946,
            "stop": 857435190
        },
        {
            "start": 857435700,
            "stop": 857436335
        },
        {
            "start": 857437416,
            "stop": 857445566
        },
        {
            "start": 857447734,
            "stop": 857461668
        },
        {
            "start": 857462456,
            "stop": 857462587
        },
        {
            "start": 857462591,
            "stop": 857462824
        },
        {
            "start": 857462827,
            "stop": 857495488
        },
        {
            "start": 857502227,
            "stop": 857502308
        },
        {
            "start": 857503093,
            "stop": 857505388
        },
        {
            "start": 857505972,
            "stop": 857507470
        },
        {
            "start": 857508106,
            "stop": 857509742
        },
        {
            "start": 857513028,
            "stop": 857514369
        },
        {
            "start": 857515722,
            "stop": 857516498
        },
        {
            "start": 857517570,
            "stop": 857521931
        },
        {
            "start": 857523555,
            "stop": 857529226
        }
    ]
}