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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=754",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=752",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 753,
    "results": [
        {
            "start": 1267600917,
            "stop": 1267600939
        },
        {
            "start": 1267600940,
            "stop": 1267600941
        },
        {
            "start": 1267600942,
            "stop": 1267601006
        },
        {
            "start": 1267601007,
            "stop": 1267601008
        },
        {
            "start": 1267601009,
            "stop": 1267601040
        },
        {
            "start": 1267601041,
            "stop": 1267601042
        },
        {
            "start": 1267601043,
            "stop": 1267601051
        },
        {
            "start": 1267601053,
            "stop": 1267601055
        },
        {
            "start": 1267601056,
            "stop": 1267601516
        },
        {
            "start": 1267601517,
            "stop": 1267601534
        },
        {
            "start": 1267601535,
            "stop": 1267601536
        },
        {
            "start": 1267601537,
            "stop": 1267601539
        },
        {
            "start": 1267601540,
            "stop": 1267605266
        },
        {
            "start": 1267605267,
            "stop": 1267605407
        },
        {
            "start": 1267605411,
            "stop": 1267605476
        },
        {
            "start": 1267605480,
            "stop": 1267606659
        },
        {
            "start": 1267606662,
            "stop": 1267606663
        },
        {
            "start": 1267606664,
            "stop": 1267606666
        },
        {
            "start": 1267606668,
            "stop": 1267606670
        },
        {
            "start": 1267606671,
            "stop": 1267606694
        }
    ]
}