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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5651",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5652,
    "results": [
        {
            "start": 874521189,
            "stop": 874521194
        },
        {
            "start": 874521202,
            "stop": 874521205
        },
        {
            "start": 874521208,
            "stop": 874521216
        },
        {
            "start": 874521219,
            "stop": 874521288
        },
        {
            "start": 874521291,
            "stop": 874521350
        },
        {
            "start": 874521353,
            "stop": 874521379
        },
        {
            "start": 874521382,
            "stop": 874521407
        },
        {
            "start": 874521413,
            "stop": 874521422
        },
        {
            "start": 874521425,
            "stop": 874521461
        },
        {
            "start": 874521472,
            "stop": 874521483
        },
        {
            "start": 874521487,
            "stop": 874521519
        },
        {
            "start": 874521522,
            "stop": 874521537
        },
        {
            "start": 874521541,
            "stop": 874521563
        },
        {
            "start": 874521566,
            "stop": 874521587
        },
        {
            "start": 874521590,
            "stop": 874521624
        },
        {
            "start": 874521629,
            "stop": 874521674
        },
        {
            "start": 874521677,
            "stop": 874521678
        },
        {
            "start": 874521681,
            "stop": 874521686
        },
        {
            "start": 874521689,
            "stop": 874521690
        },
        {
            "start": 874521693,
            "stop": 874521714
        }
    ]
}