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=7182
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=7183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7181",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7182,
    "results": [
        {
            "start": 875119539,
            "stop": 875119561
        },
        {
            "start": 875119565,
            "stop": 875119575
        },
        {
            "start": 875119578,
            "stop": 875119996
        },
        {
            "start": 875119999,
            "stop": 875120049
        },
        {
            "start": 875120052,
            "stop": 875121341
        },
        {
            "start": 875121345,
            "stop": 875121916
        },
        {
            "start": 875121919,
            "stop": 875122528
        },
        {
            "start": 875122531,
            "stop": 875122547
        },
        {
            "start": 875122550,
            "stop": 875122637
        },
        {
            "start": 875122640,
            "stop": 875122681
        },
        {
            "start": 875122684,
            "stop": 875122741
        },
        {
            "start": 875122744,
            "stop": 875122837
        },
        {
            "start": 875122840,
            "stop": 875122893
        },
        {
            "start": 875122896,
            "stop": 875122924
        },
        {
            "start": 875122927,
            "stop": 875123204
        },
        {
            "start": 875123207,
            "stop": 875123262
        },
        {
            "start": 875123265,
            "stop": 875123297
        },
        {
            "start": 875123300,
            "stop": 875123409
        },
        {
            "start": 875123410,
            "stop": 875123417
        },
        {
            "start": 875123420,
            "stop": 875123449
        }
    ]
}