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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=53",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 54,
    "results": [
        {
            "start": 817314125,
            "stop": 817314488
        },
        {
            "start": 817334047,
            "stop": 817334150
        },
        {
            "start": 817334230,
            "stop": 817334233
        },
        {
            "start": 817335610,
            "stop": 817336300
        },
        {
            "start": 817336307,
            "stop": 817336320
        },
        {
            "start": 817336450,
            "stop": 817336462
        },
        {
            "start": 817336469,
            "stop": 817336495
        },
        {
            "start": 817336502,
            "stop": 817337227
        },
        {
            "start": 817337234,
            "stop": 817338403
        },
        {
            "start": 817338584,
            "stop": 817338851
        },
        {
            "start": 817338858,
            "stop": 817339656
        },
        {
            "start": 817339663,
            "stop": 817340155
        },
        {
            "start": 817340162,
            "stop": 817340210
        },
        {
            "start": 817340217,
            "stop": 817340230
        },
        {
            "start": 817340238,
            "stop": 817340291
        },
        {
            "start": 817340298,
            "stop": 817340713
        },
        {
            "start": 817343230,
            "stop": 817344230
        },
        {
            "start": 817344310,
            "stop": 817345276
        },
        {
            "start": 817345283,
            "stop": 817345811
        },
        {
            "start": 817345818,
            "stop": 817345850
        }
    ]
}