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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=408",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 409,
    "results": [
        {
            "start": 826587300,
            "stop": 826587420
        },
        {
            "start": 826587480,
            "stop": 826592330
        },
        {
            "start": 826592410,
            "stop": 826594070
        },
        {
            "start": 826594150,
            "stop": 826602666
        },
        {
            "start": 826602844,
            "stop": 826606401
        },
        {
            "start": 826606408,
            "stop": 826606495
        },
        {
            "start": 826606502,
            "stop": 826606718
        },
        {
            "start": 826606725,
            "stop": 826620830
        },
        {
            "start": 826620838,
            "stop": 826620866
        },
        {
            "start": 826620873,
            "stop": 826621442
        },
        {
            "start": 826621449,
            "stop": 826624030
        },
        {
            "start": 826624037,
            "stop": 826624906
        },
        {
            "start": 826624914,
            "stop": 826626128
        },
        {
            "start": 826626136,
            "stop": 826626619
        },
        {
            "start": 826626811,
            "stop": 826626909
        },
        {
            "start": 826627346,
            "stop": 826628815
        },
        {
            "start": 826628822,
            "stop": 826636190
        },
        {
            "start": 826636270,
            "stop": 826637090
        },
        {
            "start": 826637170,
            "stop": 826637340
        },
        {
            "start": 826637470,
            "stop": 826640991
        }
    ]
}