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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=291",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 292,
    "results": [
        {
            "start": 822638089,
            "stop": 822638113
        },
        {
            "start": 822638242,
            "stop": 822638324
        },
        {
            "start": 822638331,
            "stop": 822638555
        },
        {
            "start": 822638783,
            "stop": 822639033
        },
        {
            "start": 822639253,
            "stop": 822639352
        },
        {
            "start": 822639359,
            "stop": 822639845
        },
        {
            "start": 822639852,
            "stop": 822639853
        },
        {
            "start": 822639863,
            "stop": 822639864
        },
        {
            "start": 822639913,
            "stop": 822640166
        },
        {
            "start": 822640173,
            "stop": 822640281
        },
        {
            "start": 822640289,
            "stop": 822640583
        },
        {
            "start": 822640749,
            "stop": 822641197
        },
        {
            "start": 822641204,
            "stop": 822641321
        },
        {
            "start": 822641328,
            "stop": 822641653
        },
        {
            "start": 822641757,
            "stop": 822642044
        },
        {
            "start": 822642225,
            "stop": 822642425
        },
        {
            "start": 822642432,
            "stop": 822642544
        },
        {
            "start": 822642551,
            "stop": 822642720
        },
        {
            "start": 822642728,
            "stop": 822642757
        },
        {
            "start": 822642764,
            "stop": 822642776
        }
    ]
}