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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=288",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 289,
    "results": [
        {
            "start": 1240352162,
            "stop": 1240352164
        },
        {
            "start": 1240352165,
            "stop": 1240352276
        },
        {
            "start": 1240352277,
            "stop": 1240352280
        },
        {
            "start": 1240352281,
            "stop": 1240352388
        },
        {
            "start": 1240352389,
            "stop": 1240352411
        },
        {
            "start": 1240352413,
            "stop": 1240352434
        },
        {
            "start": 1240352435,
            "stop": 1240352469
        },
        {
            "start": 1240352470,
            "stop": 1240352627
        },
        {
            "start": 1240352628,
            "stop": 1240352630
        },
        {
            "start": 1240352631,
            "stop": 1240352644
        },
        {
            "start": 1240352645,
            "stop": 1240352672
        },
        {
            "start": 1240352673,
            "stop": 1240352675
        },
        {
            "start": 1240352676,
            "stop": 1240352836
        },
        {
            "start": 1240352837,
            "stop": 1240352913
        },
        {
            "start": 1240352914,
            "stop": 1240352916
        },
        {
            "start": 1240352917,
            "stop": 1240352951
        },
        {
            "start": 1240360860,
            "stop": 1240360949
        },
        {
            "start": 1240360953,
            "stop": 1240361005
        },
        {
            "start": 1240361006,
            "stop": 1240361408
        },
        {
            "start": 1240361409,
            "stop": 1240361412
        }
    ]
}