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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=91",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 92,
    "results": [
        {
            "start": 931618185,
            "stop": 931618493
        },
        {
            "start": 931618511,
            "stop": 931618672
        },
        {
            "start": 931618690,
            "stop": 931618811
        },
        {
            "start": 931618814,
            "stop": 931618815
        },
        {
            "start": 931658775,
            "stop": 931659071
        },
        {
            "start": 931660328,
            "stop": 931660342
        },
        {
            "start": 931660372,
            "stop": 931660394
        },
        {
            "start": 931660399,
            "stop": 931660564
        },
        {
            "start": 931660581,
            "stop": 931660700
        },
        {
            "start": 931660718,
            "stop": 931661112
        },
        {
            "start": 931661117,
            "stop": 931661685
        },
        {
            "start": 931661705,
            "stop": 931661714
        },
        {
            "start": 931661719,
            "stop": 931661837
        },
        {
            "start": 931661855,
            "stop": 931662015
        },
        {
            "start": 931662375,
            "stop": 931662471
        },
        {
            "start": 931662489,
            "stop": 931662556
        },
        {
            "start": 931662687,
            "stop": 931662719
        },
        {
            "start": 931662746,
            "stop": 931662754
        },
        {
            "start": 931662771,
            "stop": 931663055
        },
        {
            "start": 931663073,
            "stop": 931663090
        }
    ]
}