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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=269",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 270,
    "results": [
        {
            "start": 1377070974,
            "stop": 1377071542
        },
        {
            "start": 1377071544,
            "stop": 1377071759
        },
        {
            "start": 1377071764,
            "stop": 1377072909
        },
        {
            "start": 1377072911,
            "stop": 1377072957
        },
        {
            "start": 1377072959,
            "stop": 1377073704
        },
        {
            "start": 1377073705,
            "stop": 1377073822
        },
        {
            "start": 1377073824,
            "stop": 1377074919
        },
        {
            "start": 1377074920,
            "stop": 1377075159
        },
        {
            "start": 1377075163,
            "stop": 1377075862
        },
        {
            "start": 1377075863,
            "stop": 1377076095
        },
        {
            "start": 1377076096,
            "stop": 1377076103
        },
        {
            "start": 1377076105,
            "stop": 1377076630
        },
        {
            "start": 1377076635,
            "stop": 1377077482
        },
        {
            "start": 1377077484,
            "stop": 1377078182
        },
        {
            "start": 1377078183,
            "stop": 1377078269
        },
        {
            "start": 1377078271,
            "stop": 1377079247
        },
        {
            "start": 1377079250,
            "stop": 1377079413
        },
        {
            "start": 1377079415,
            "stop": 1377080402
        },
        {
            "start": 1377080404,
            "stop": 1377080718
        },
        {
            "start": 1377080721,
            "stop": 1377081932
        }
    ]
}