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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16746",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16747,
    "results": [
        {
            "start": 875075070,
            "stop": 875075179
        },
        {
            "start": 875075180,
            "stop": 875075867
        },
        {
            "start": 875075868,
            "stop": 875075927
        },
        {
            "start": 875075929,
            "stop": 875075939
        },
        {
            "start": 875075940,
            "stop": 875076204
        },
        {
            "start": 875076205,
            "stop": 875076262
        },
        {
            "start": 875076263,
            "stop": 875076683
        },
        {
            "start": 875076685,
            "stop": 875076930
        },
        {
            "start": 875076932,
            "stop": 875077085
        },
        {
            "start": 875077087,
            "stop": 875077172
        },
        {
            "start": 875077174,
            "stop": 875077529
        },
        {
            "start": 875077530,
            "stop": 875077536
        },
        {
            "start": 875077537,
            "stop": 875077726
        },
        {
            "start": 875077727,
            "stop": 875077792
        },
        {
            "start": 875077795,
            "stop": 875077836
        },
        {
            "start": 875077839,
            "stop": 875077988
        },
        {
            "start": 875077989,
            "stop": 875078264
        },
        {
            "start": 875078265,
            "stop": 875078297
        },
        {
            "start": 875078298,
            "stop": 875078464
        },
        {
            "start": 875078467,
            "stop": 875078621
        }
    ]
}