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=2172
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=2173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2171",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2172,
    "results": [
        {
            "start": 872432020,
            "stop": 872432052
        },
        {
            "start": 872432057,
            "stop": 872432131
        },
        {
            "start": 872432148,
            "stop": 872432280
        },
        {
            "start": 872432297,
            "stop": 872432637
        },
        {
            "start": 872432654,
            "stop": 872432712
        },
        {
            "start": 872432734,
            "stop": 872432864
        },
        {
            "start": 872432881,
            "stop": 872432983
        },
        {
            "start": 872433000,
            "stop": 872433267
        },
        {
            "start": 872433284,
            "stop": 872433312
        },
        {
            "start": 872433329,
            "stop": 872433371
        },
        {
            "start": 872433388,
            "stop": 872433406
        },
        {
            "start": 872433436,
            "stop": 872433470
        },
        {
            "start": 872433487,
            "stop": 872433528
        },
        {
            "start": 872433545,
            "stop": 872433571
        },
        {
            "start": 872433588,
            "stop": 872433739
        },
        {
            "start": 872433757,
            "stop": 872433764
        },
        {
            "start": 872433788,
            "stop": 872433849
        },
        {
            "start": 872433866,
            "stop": 872433880
        },
        {
            "start": 872433913,
            "stop": 872433924
        },
        {
            "start": 872433941,
            "stop": 872434068
        }
    ]
}