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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=790",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=788",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 789,
    "results": [
        {
            "start": 1249797170,
            "stop": 1249797506
        },
        {
            "start": 1249797510,
            "stop": 1249797835
        },
        {
            "start": 1249797839,
            "stop": 1249797842
        },
        {
            "start": 1249797845,
            "stop": 1249798218
        },
        {
            "start": 1249798223,
            "stop": 1249798684
        },
        {
            "start": 1249798687,
            "stop": 1249799068
        },
        {
            "start": 1249799073,
            "stop": 1249799316
        },
        {
            "start": 1249799319,
            "stop": 1249799339
        },
        {
            "start": 1249799344,
            "stop": 1249799661
        },
        {
            "start": 1249799664,
            "stop": 1249799942
        },
        {
            "start": 1249799945,
            "stop": 1249800573
        },
        {
            "start": 1249800577,
            "stop": 1249800880
        },
        {
            "start": 1249800885,
            "stop": 1249801263
        },
        {
            "start": 1249801267,
            "stop": 1249801274
        },
        {
            "start": 1249801280,
            "stop": 1249801394
        },
        {
            "start": 1249801397,
            "stop": 1249803032
        },
        {
            "start": 1249803037,
            "stop": 1249803059
        },
        {
            "start": 1249803063,
            "stop": 1249803438
        },
        {
            "start": 1249803441,
            "stop": 1249804101
        },
        {
            "start": 1249804105,
            "stop": 1249804337
        }
    ]
}