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=802
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=803",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=801",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 802,
    "results": [
        {
            "start": 1250106712,
            "stop": 1250111769
        },
        {
            "start": 1250111773,
            "stop": 1250112466
        },
        {
            "start": 1250112470,
            "stop": 1250113555
        },
        {
            "start": 1250113559,
            "stop": 1250115288
        },
        {
            "start": 1250115291,
            "stop": 1250116595
        },
        {
            "start": 1250116600,
            "stop": 1250117906
        },
        {
            "start": 1250117910,
            "stop": 1250117996
        },
        {
            "start": 1250118004,
            "stop": 1250121331
        },
        {
            "start": 1250121335,
            "stop": 1250129189
        },
        {
            "start": 1250129194,
            "stop": 1250130347
        },
        {
            "start": 1250130349,
            "stop": 1250130425
        },
        {
            "start": 1250130433,
            "stop": 1250131157
        },
        {
            "start": 1250131161,
            "stop": 1250133911
        },
        {
            "start": 1250133915,
            "stop": 1250136701
        },
        {
            "start": 1250136705,
            "stop": 1250136875
        },
        {
            "start": 1250136879,
            "stop": 1250137013
        },
        {
            "start": 1250137016,
            "stop": 1250138916
        },
        {
            "start": 1250138918,
            "stop": 1250139573
        },
        {
            "start": 1250139576,
            "stop": 1250139601
        },
        {
            "start": 1250139606,
            "stop": 1250140012
        }
    ]
}