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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 61,
    "results": [
        {
            "start": 1403634890,
            "stop": 1403634906
        },
        {
            "start": 1403635124,
            "stop": 1403636170
        },
        {
            "start": 1403636175,
            "stop": 1403639569
        },
        {
            "start": 1403639572,
            "stop": 1403642999
        },
        {
            "start": 1403643004,
            "stop": 1403647038
        },
        {
            "start": 1403647041,
            "stop": 1403655120
        },
        {
            "start": 1403655124,
            "stop": 1403661441
        },
        {
            "start": 1403661442,
            "stop": 1403680905
        },
        {
            "start": 1403690188,
            "stop": 1403696847
        },
        {
            "start": 1403697272,
            "stop": 1403710680
        },
        {
            "start": 1403711185,
            "stop": 1403714743
        },
        {
            "start": 1403714748,
            "stop": 1403719500
        },
        {
            "start": 1403719503,
            "stop": 1403720685
        },
        {
            "start": 1403720690,
            "stop": 1403730384
        },
        {
            "start": 1403732091,
            "stop": 1403737148
        },
        {
            "start": 1403737152,
            "stop": 1403747383
        },
        {
            "start": 1403747386,
            "stop": 1403754464
        },
        {
            "start": 1403754469,
            "stop": 1403774407
        },
        {
            "start": 1403774410,
            "stop": 1403782966
        },
        {
            "start": 1403782971,
            "stop": 1403783492
        }
    ]
}