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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=143",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 144,
    "results": [
        {
            "start": 840753581,
            "stop": 840759909
        },
        {
            "start": 840760539,
            "stop": 840761991
        },
        {
            "start": 840763332,
            "stop": 840784011
        },
        {
            "start": 840784851,
            "stop": 840798717
        },
        {
            "start": 840798815,
            "stop": 840798866
        },
        {
            "start": 840799508,
            "stop": 840799935
        },
        {
            "start": 840802338,
            "stop": 840802783
        },
        {
            "start": 840809369,
            "stop": 840809377
        },
        {
            "start": 840811516,
            "stop": 840811532
        },
        {
            "start": 840836062,
            "stop": 840841440
        },
        {
            "start": 840841519,
            "stop": 840851519
        },
        {
            "start": 840851724,
            "stop": 840858506
        },
        {
            "start": 840858618,
            "stop": 840868883
        },
        {
            "start": 840869545,
            "stop": 840884093
        },
        {
            "start": 840885364,
            "stop": 840885906
        },
        {
            "start": 840887857,
            "stop": 840887909
        },
        {
            "start": 840922523,
            "stop": 840926498
        },
        {
            "start": 840926567,
            "stop": 840928049
        },
        {
            "start": 840928791,
            "stop": 840945622
        },
        {
            "start": 840945698,
            "stop": 840956669
        }
    ]
}