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=16731
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=16732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16730",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16731,
    "results": [
        {
            "start": 875036602,
            "stop": 875036696
        },
        {
            "start": 875036698,
            "stop": 875036730
        },
        {
            "start": 875036731,
            "stop": 875036747
        },
        {
            "start": 875036748,
            "stop": 875036776
        },
        {
            "start": 875036778,
            "stop": 875037014
        },
        {
            "start": 875037015,
            "stop": 875037066
        },
        {
            "start": 875037068,
            "stop": 875037112
        },
        {
            "start": 875037114,
            "stop": 875037386
        },
        {
            "start": 875037387,
            "stop": 875037509
        },
        {
            "start": 875037510,
            "stop": 875037831
        },
        {
            "start": 875037833,
            "stop": 875038112
        },
        {
            "start": 875038113,
            "stop": 875038227
        },
        {
            "start": 875038228,
            "stop": 875038321
        },
        {
            "start": 875038322,
            "stop": 875038751
        },
        {
            "start": 875038752,
            "stop": 875038923
        },
        {
            "start": 875038924,
            "stop": 875039186
        },
        {
            "start": 875039187,
            "stop": 875039465
        },
        {
            "start": 875039466,
            "stop": 875040211
        },
        {
            "start": 875040212,
            "stop": 875040307
        },
        {
            "start": 875040308,
            "stop": 875040847
        }
    ]
}