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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 64,
    "results": [
        {
            "start": 1370624636,
            "stop": 1370626332
        },
        {
            "start": 1370626333,
            "stop": 1370627074
        },
        {
            "start": 1370627076,
            "stop": 1370628534
        },
        {
            "start": 1370628536,
            "stop": 1370629163
        },
        {
            "start": 1370629164,
            "stop": 1370630719
        },
        {
            "start": 1370630720,
            "stop": 1370630909
        },
        {
            "start": 1370630912,
            "stop": 1370631877
        },
        {
            "start": 1370631879,
            "stop": 1370633361
        },
        {
            "start": 1370633362,
            "stop": 1370633935
        },
        {
            "start": 1370633937,
            "stop": 1370636241
        },
        {
            "start": 1370636243,
            "stop": 1370638294
        },
        {
            "start": 1370638296,
            "stop": 1370639298
        },
        {
            "start": 1370639303,
            "stop": 1370641048
        },
        {
            "start": 1370641053,
            "stop": 1370641260
        },
        {
            "start": 1370641262,
            "stop": 1370642092
        },
        {
            "start": 1370642095,
            "stop": 1370642440
        },
        {
            "start": 1370642442,
            "stop": 1370642967
        },
        {
            "start": 1370642972,
            "stop": 1370644076
        },
        {
            "start": 1370644078,
            "stop": 1370644646
        },
        {
            "start": 1370644647,
            "stop": 1370645006
        }
    ]
}