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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 98,
    "results": [
        {
            "start": 1408088564,
            "stop": 1408090299
        },
        {
            "start": 1408090303,
            "stop": 1408099167
        },
        {
            "start": 1408099170,
            "stop": 1408110710
        },
        {
            "start": 1408110714,
            "stop": 1408110773
        },
        {
            "start": 1408110777,
            "stop": 1408114209
        },
        {
            "start": 1408114214,
            "stop": 1408117567
        },
        {
            "start": 1408120357,
            "stop": 1408122546
        },
        {
            "start": 1408122549,
            "stop": 1408129218
        },
        {
            "start": 1408143491,
            "stop": 1408144478
        },
        {
            "start": 1408144481,
            "stop": 1408144756
        },
        {
            "start": 1408144761,
            "stop": 1408167748
        },
        {
            "start": 1408167752,
            "stop": 1408178786
        },
        {
            "start": 1408178789,
            "stop": 1408184216
        },
        {
            "start": 1408189165,
            "stop": 1408192049
        },
        {
            "start": 1408192053,
            "stop": 1408193091
        },
        {
            "start": 1408193094,
            "stop": 1408194045
        },
        {
            "start": 1408230802,
            "stop": 1408230834
        },
        {
            "start": 1408230874,
            "stop": 1408231383
        },
        {
            "start": 1408231386,
            "stop": 1408235879
        },
        {
            "start": 1408235884,
            "stop": 1408238061
        }
    ]
}