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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=244",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 245,
    "results": [
        {
            "start": 838191825,
            "stop": 838194851
        },
        {
            "start": 838194853,
            "stop": 838200186
        },
        {
            "start": 838202172,
            "stop": 838204785
        },
        {
            "start": 838204787,
            "stop": 838209660
        },
        {
            "start": 838209661,
            "stop": 838213290
        },
        {
            "start": 838214207,
            "stop": 838238343
        },
        {
            "start": 838245297,
            "stop": 838248457
        },
        {
            "start": 838248886,
            "stop": 838255764
        },
        {
            "start": 838255828,
            "stop": 838257914
        },
        {
            "start": 838265959,
            "stop": 838280404
        },
        {
            "start": 838281786,
            "stop": 838284829
        },
        {
            "start": 838286241,
            "stop": 838296969
        },
        {
            "start": 838297578,
            "stop": 838313156
        },
        {
            "start": 838314120,
            "stop": 838321623
        },
        {
            "start": 838322740,
            "stop": 838339479
        },
        {
            "start": 838341125,
            "stop": 838343018
        },
        {
            "start": 838343020,
            "stop": 838345400
        },
        {
            "start": 838346872,
            "stop": 838358237
        },
        {
            "start": 838358819,
            "stop": 838360719
        },
        {
            "start": 838360720,
            "stop": 838364627
        }
    ]
}