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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=72",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 73,
    "results": [
        {
            "start": 931287308,
            "stop": 931287312
        },
        {
            "start": 931287315,
            "stop": 931287320
        },
        {
            "start": 931287323,
            "stop": 931287324
        },
        {
            "start": 931287329,
            "stop": 931287340
        },
        {
            "start": 931287353,
            "stop": 931287355
        },
        {
            "start": 931287358,
            "stop": 931287362
        },
        {
            "start": 931287364,
            "stop": 931287369
        },
        {
            "start": 931287374,
            "stop": 931287376
        },
        {
            "start": 931287380,
            "stop": 931287381
        },
        {
            "start": 931287383,
            "stop": 931287384
        },
        {
            "start": 931287390,
            "stop": 931287398
        },
        {
            "start": 931287402,
            "stop": 931287403
        },
        {
            "start": 931287420,
            "stop": 931287423
        },
        {
            "start": 931287426,
            "stop": 931287430
        },
        {
            "start": 931287440,
            "stop": 931287441
        },
        {
            "start": 931287452,
            "stop": 931287455
        },
        {
            "start": 931287458,
            "stop": 931287466
        },
        {
            "start": 931287468,
            "stop": 931287469
        },
        {
            "start": 931287471,
            "stop": 931287476
        },
        {
            "start": 931287478,
            "stop": 931287479
        }
    ]
}