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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=161",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 162,
    "results": [
        {
            "start": 818747088,
            "stop": 818747218
        },
        {
            "start": 818747233,
            "stop": 818747243
        },
        {
            "start": 818747273,
            "stop": 818747294
        },
        {
            "start": 818747302,
            "stop": 818747308
        },
        {
            "start": 818747344,
            "stop": 818747355
        },
        {
            "start": 818747363,
            "stop": 818747369
        },
        {
            "start": 818747386,
            "stop": 818747456
        },
        {
            "start": 818747472,
            "stop": 818747488
        },
        {
            "start": 818747497,
            "stop": 818747501
        },
        {
            "start": 818747509,
            "stop": 818747546
        },
        {
            "start": 818747557,
            "stop": 818747613
        },
        {
            "start": 818747622,
            "stop": 818747647
        },
        {
            "start": 818747655,
            "stop": 818747710
        },
        {
            "start": 818747718,
            "stop": 818747777
        },
        {
            "start": 818747788,
            "stop": 818747926
        },
        {
            "start": 818747934,
            "stop": 818748418
        },
        {
            "start": 818748426,
            "stop": 818748707
        },
        {
            "start": 818748715,
            "stop": 818749304
        },
        {
            "start": 818749314,
            "stop": 818749663
        },
        {
            "start": 818749678,
            "stop": 818749723
        }
    ]
}