Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=197
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=196",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 197,
    "results": [
        {
            "start": 846137229,
            "stop": 846137307
        },
        {
            "start": 846137763,
            "stop": 846138142
        },
        {
            "start": 846138252,
            "stop": 846138654
        },
        {
            "start": 846138954,
            "stop": 846142956
        },
        {
            "start": 846144349,
            "stop": 846173276
        },
        {
            "start": 846174914,
            "stop": 846176126
        },
        {
            "start": 846176293,
            "stop": 846188971
        },
        {
            "start": 846189081,
            "stop": 846189302
        },
        {
            "start": 846189602,
            "stop": 846191721
        },
        {
            "start": 846192021,
            "stop": 846192264
        },
        {
            "start": 846192374,
            "stop": 846192700
        },
        {
            "start": 846193492,
            "stop": 846193711
        },
        {
            "start": 846193821,
            "stop": 846193991
        },
        {
            "start": 846194291,
            "stop": 846194485
        },
        {
            "start": 846194917,
            "stop": 846195085
        },
        {
            "start": 846200358,
            "stop": 846201882
        },
        {
            "start": 846202530,
            "stop": 846202652
        },
        {
            "start": 846202994,
            "stop": 846255401
        },
        {
            "start": 846255515,
            "stop": 846262917
        },
        {
            "start": 846262918,
            "stop": 846264427
        }
    ]
}