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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1246",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1247,
    "results": [
        {
            "start": 957506011,
            "stop": 957506233
        },
        {
            "start": 957506235,
            "stop": 957506638
        },
        {
            "start": 957506640,
            "stop": 957506673
        },
        {
            "start": 957506675,
            "stop": 957507047
        },
        {
            "start": 957507049,
            "stop": 957507884
        },
        {
            "start": 957507886,
            "stop": 957507939
        },
        {
            "start": 957507941,
            "stop": 957508062
        },
        {
            "start": 957508063,
            "stop": 957508089
        },
        {
            "start": 957508090,
            "stop": 957508310
        },
        {
            "start": 957508311,
            "stop": 957508340
        },
        {
            "start": 957508342,
            "stop": 957508445
        },
        {
            "start": 957508447,
            "stop": 957508567
        },
        {
            "start": 957508569,
            "stop": 957508752
        },
        {
            "start": 957508754,
            "stop": 957508821
        },
        {
            "start": 957508823,
            "stop": 957508825
        },
        {
            "start": 957508827,
            "stop": 957508916
        },
        {
            "start": 957508918,
            "stop": 957509199
        },
        {
            "start": 957509201,
            "stop": 957509429
        },
        {
            "start": 957509431,
            "stop": 957509446
        },
        {
            "start": 957509448,
            "stop": 957509477
        }
    ]
}