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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=211",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 212,
    "results": [
        {
            "start": 834838945,
            "stop": 834839649
        },
        {
            "start": 834841172,
            "stop": 834842914
        },
        {
            "start": 834844482,
            "stop": 834850971
        },
        {
            "start": 834851011,
            "stop": 834851254
        },
        {
            "start": 834868634,
            "stop": 834871161
        },
        {
            "start": 834871372,
            "stop": 834871447
        },
        {
            "start": 834871594,
            "stop": 834880799
        },
        {
            "start": 834880801,
            "stop": 834911022
        },
        {
            "start": 834911025,
            "stop": 834911390
        },
        {
            "start": 834912380,
            "stop": 834919217
        },
        {
            "start": 834919219,
            "stop": 834923942
        },
        {
            "start": 834925531,
            "stop": 834925641
        },
        {
            "start": 834925643,
            "stop": 834925683
        },
        {
            "start": 834925685,
            "stop": 834925689
        },
        {
            "start": 834925690,
            "stop": 834925708
        },
        {
            "start": 834925711,
            "stop": 834925726
        },
        {
            "start": 834925728,
            "stop": 834928796
        },
        {
            "start": 834937239,
            "stop": 834938879
        },
        {
            "start": 834938998,
            "stop": 834939491
        },
        {
            "start": 834941214,
            "stop": 834941710
        }
    ]
}