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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=184",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 185,
    "results": [
        {
            "start": 820230233,
            "stop": 820230245
        },
        {
            "start": 820230252,
            "stop": 820230352
        },
        {
            "start": 820230376,
            "stop": 820230396
        },
        {
            "start": 820230404,
            "stop": 820230477
        },
        {
            "start": 820230485,
            "stop": 820230553
        },
        {
            "start": 820230567,
            "stop": 820230629
        },
        {
            "start": 820230649,
            "stop": 820230686
        },
        {
            "start": 820230698,
            "stop": 820230766
        },
        {
            "start": 820230774,
            "stop": 820230846
        },
        {
            "start": 820230853,
            "stop": 820230874
        },
        {
            "start": 820230882,
            "stop": 820230917
        },
        {
            "start": 820230925,
            "stop": 820231033
        },
        {
            "start": 820231041,
            "stop": 820231052
        },
        {
            "start": 820231059,
            "stop": 820231333
        },
        {
            "start": 820231621,
            "stop": 820231638
        },
        {
            "start": 820231646,
            "stop": 820231765
        },
        {
            "start": 820231772,
            "stop": 820231777
        },
        {
            "start": 820231785,
            "stop": 820231922
        },
        {
            "start": 820231930,
            "stop": 820231950
        },
        {
            "start": 820231957,
            "stop": 820232221
        }
    ]
}