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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1688",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1686",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1687,
    "results": [
        {
            "start": 957503817,
            "stop": 957503909
        },
        {
            "start": 957503910,
            "stop": 957504377
        },
        {
            "start": 957504379,
            "stop": 957504558
        },
        {
            "start": 957504559,
            "stop": 957504735
        },
        {
            "start": 957504737,
            "stop": 957505206
        },
        {
            "start": 957505208,
            "stop": 957505948
        },
        {
            "start": 957505950,
            "stop": 957506009
        },
        {
            "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
        }
    ]
}