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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=154",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 155,
    "results": [
        {
            "start": 860170781,
            "stop": 860170975
        },
        {
            "start": 860206202,
            "stop": 860252424
        },
        {
            "start": 860269903,
            "stop": 860273108
        },
        {
            "start": 860274698,
            "stop": 860280094
        },
        {
            "start": 860281604,
            "stop": 860341498
        },
        {
            "start": 860342259,
            "stop": 860342998
        },
        {
            "start": 860343966,
            "stop": 860347038
        },
        {
            "start": 860347119,
            "stop": 860347413
        },
        {
            "start": 860347990,
            "stop": 860357894
        },
        {
            "start": 860358734,
            "stop": 860364237
        },
        {
            "start": 860364389,
            "stop": 860364450
        },
        {
            "start": 860365309,
            "stop": 860366162
        },
        {
            "start": 860367239,
            "stop": 860367297
        },
        {
            "start": 860367550,
            "stop": 860371204
        },
        {
            "start": 860372544,
            "stop": 860401427
        },
        {
            "start": 860401614,
            "stop": 860438619
        },
        {
            "start": 860438946,
            "stop": 860439778
        },
        {
            "start": 860440004,
            "stop": 860440203
        },
        {
            "start": 860442159,
            "stop": 860444407
        },
        {
            "start": 860444469,
            "stop": 860447865
        }
    ]
}