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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6958",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6959,
    "results": [
        {
            "start": 873767649,
            "stop": 873767655
        },
        {
            "start": 873767658,
            "stop": 873768607
        },
        {
            "start": 873768610,
            "stop": 873768711
        },
        {
            "start": 873768714,
            "stop": 873768777
        },
        {
            "start": 873768781,
            "stop": 873768858
        },
        {
            "start": 873768862,
            "stop": 873769620
        },
        {
            "start": 873769812,
            "stop": 873769920
        },
        {
            "start": 873769980,
            "stop": 873770152
        },
        {
            "start": 873770156,
            "stop": 873770388
        },
        {
            "start": 873770642,
            "stop": 873770851
        },
        {
            "start": 873770855,
            "stop": 873770877
        },
        {
            "start": 873770880,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873771112
        },
        {
            "start": 873771115,
            "stop": 873771197
        },
        {
            "start": 873771201,
            "stop": 873771229
        },
        {
            "start": 873771233,
            "stop": 873771352
        },
        {
            "start": 873771355,
            "stop": 873771356
        },
        {
            "start": 873771359,
            "stop": 873771363
        },
        {
            "start": 873771366,
            "stop": 873771384
        },
        {
            "start": 873771387,
            "stop": 873771507
        }
    ]
}