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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=170",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 171,
    "results": [
        {
            "start": 932632257,
            "stop": 932632326
        },
        {
            "start": 932632386,
            "stop": 932632700
        },
        {
            "start": 932632704,
            "stop": 932632824
        },
        {
            "start": 932632827,
            "stop": 932632866
        },
        {
            "start": 932632926,
            "stop": 932634015
        },
        {
            "start": 932634375,
            "stop": 932634684
        },
        {
            "start": 932634687,
            "stop": 932635388
        },
        {
            "start": 932637975,
            "stop": 932638811
        },
        {
            "start": 932638813,
            "stop": 932640313
        },
        {
            "start": 932640316,
            "stop": 932641215
        },
        {
            "start": 932641575,
            "stop": 932641643
        },
        {
            "start": 932648123,
            "stop": 932648415
        },
        {
            "start": 932648775,
            "stop": 932649458
        },
        {
            "start": 932649460,
            "stop": 932649987
        },
        {
            "start": 932649990,
            "stop": 932650107
        },
        {
            "start": 932650109,
            "stop": 932651466
        },
        {
            "start": 932651526,
            "stop": 932652008
        },
        {
            "start": 932652375,
            "stop": 932652417
        },
        {
            "start": 932652537,
            "stop": 932653650
        },
        {
            "start": 932653652,
            "stop": 932654593
        }
    ]
}