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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=30",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 31,
    "results": [
        {
            "start": 1369725927,
            "stop": 1369727146
        },
        {
            "start": 1369727147,
            "stop": 1369728282
        },
        {
            "start": 1369728283,
            "stop": 1369729527
        },
        {
            "start": 1369729528,
            "stop": 1369730169
        },
        {
            "start": 1369730170,
            "stop": 1369730713
        },
        {
            "start": 1369730714,
            "stop": 1369732145
        },
        {
            "start": 1369732147,
            "stop": 1369733367
        },
        {
            "start": 1369733369,
            "stop": 1369734713
        },
        {
            "start": 1369734714,
            "stop": 1369735959
        },
        {
            "start": 1369735964,
            "stop": 1369737374
        },
        {
            "start": 1369737375,
            "stop": 1369738625
        },
        {
            "start": 1369738626,
            "stop": 1369739339
        },
        {
            "start": 1369739343,
            "stop": 1369739845
        },
        {
            "start": 1369739847,
            "stop": 1369740379
        },
        {
            "start": 1369740380,
            "stop": 1369741214
        },
        {
            "start": 1369741216,
            "stop": 1369742457
        },
        {
            "start": 1369742458,
            "stop": 1369743048
        },
        {
            "start": 1369743049,
            "stop": 1369743673
        },
        {
            "start": 1369743678,
            "stop": 1369745060
        },
        {
            "start": 1369745062,
            "stop": 1369746424
        }
    ]
}