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=7081
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=7082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7080",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7081,
    "results": [
        {
            "start": 874355170,
            "stop": 874355186
        },
        {
            "start": 874355187,
            "stop": 874355251
        },
        {
            "start": 874356376,
            "stop": 874356387
        },
        {
            "start": 874356388,
            "stop": 874357140
        },
        {
            "start": 874357200,
            "stop": 874357367
        },
        {
            "start": 874357371,
            "stop": 874357763
        },
        {
            "start": 874357766,
            "stop": 874358637
        },
        {
            "start": 874358640,
            "stop": 874359039
        },
        {
            "start": 874359042,
            "stop": 874359210
        },
        {
            "start": 874360170,
            "stop": 874360568
        },
        {
            "start": 874360571,
            "stop": 874360731
        },
        {
            "start": 874360734,
            "stop": 874360748
        },
        {
            "start": 874360751,
            "stop": 874361455
        },
        {
            "start": 874361458,
            "stop": 874361729
        },
        {
            "start": 874361732,
            "stop": 874361926
        },
        {
            "start": 874361931,
            "stop": 874362059
        },
        {
            "start": 874362065,
            "stop": 874362119
        },
        {
            "start": 874362122,
            "stop": 874362302
        },
        {
            "start": 874362305,
            "stop": 874362319
        },
        {
            "start": 874362322,
            "stop": 874362346
        }
    ]
}