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=689
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=690",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=688",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 689,
    "results": [
        {
            "start": 1266563856,
            "stop": 1266564383
        },
        {
            "start": 1266564384,
            "stop": 1266565904
        },
        {
            "start": 1266565908,
            "stop": 1266566126
        },
        {
            "start": 1266566127,
            "stop": 1266566885
        },
        {
            "start": 1266566886,
            "stop": 1266567018
        },
        {
            "start": 1266567021,
            "stop": 1266568484
        },
        {
            "start": 1266568489,
            "stop": 1266568703
        },
        {
            "start": 1266568705,
            "stop": 1266569090
        },
        {
            "start": 1266569093,
            "stop": 1266569380
        },
        {
            "start": 1266569382,
            "stop": 1266571695
        },
        {
            "start": 1266571698,
            "stop": 1266574054
        },
        {
            "start": 1266574059,
            "stop": 1266575083
        },
        {
            "start": 1266575085,
            "stop": 1266577142
        },
        {
            "start": 1266577147,
            "stop": 1266579780
        },
        {
            "start": 1266579783,
            "stop": 1266581532
        },
        {
            "start": 1266581536,
            "stop": 1266581562
        },
        {
            "start": 1266581565,
            "stop": 1266582191
        },
        {
            "start": 1266582195,
            "stop": 1266583299
        },
        {
            "start": 1266583304,
            "stop": 1266583389
        },
        {
            "start": 1266583391,
            "stop": 1266583474
        }
    ]
}