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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=334",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 335,
    "results": [
        {
            "start": 823192729,
            "stop": 823193340
        },
        {
            "start": 823195679,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205233
        },
        {
            "start": 823205697,
            "stop": 823206558
        },
        {
            "start": 823206571,
            "stop": 823207190
        },
        {
            "start": 823207270,
            "stop": 823209520
        },
        {
            "start": 823209584,
            "stop": 823214870
        },
        {
            "start": 823214950,
            "stop": 823216824
        },
        {
            "start": 823216832,
            "stop": 823223113
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240370
        },
        {
            "start": 823240450,
            "stop": 823240813
        },
        {
            "start": 823243120,
            "stop": 823243901
        },
        {
            "start": 823248158,
            "stop": 823252130
        },
        {
            "start": 823252210,
            "stop": 823252310
        },
        {
            "start": 823252390,
            "stop": 823256444
        },
        {
            "start": 823256625,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823265810
        },
        {
            "start": 823265950,
            "stop": 823266590
        },
        {
            "start": 823266670,
            "stop": 823267346
        }
    ]
}