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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 255,
    "results": [
        {
            "start": 1174108835,
            "stop": 1174110101
        },
        {
            "start": 1174110103,
            "stop": 1174111519
        },
        {
            "start": 1174111521,
            "stop": 1174112785
        },
        {
            "start": 1174112787,
            "stop": 1174113921
        },
        {
            "start": 1174113923,
            "stop": 1174114892
        },
        {
            "start": 1174114894,
            "stop": 1174115467
        },
        {
            "start": 1174115471,
            "stop": 1174116055
        },
        {
            "start": 1174116057,
            "stop": 1174117054
        },
        {
            "start": 1174117056,
            "stop": 1174118150
        },
        {
            "start": 1174118152,
            "stop": 1174118989
        },
        {
            "start": 1174118991,
            "stop": 1174119714
        },
        {
            "start": 1174119716,
            "stop": 1174120677
        },
        {
            "start": 1174120679,
            "stop": 1174122057
        },
        {
            "start": 1174122059,
            "stop": 1174123311
        },
        {
            "start": 1174123313,
            "stop": 1174124159
        },
        {
            "start": 1174127498,
            "stop": 1174128136
        },
        {
            "start": 1174128138,
            "stop": 1174129473
        },
        {
            "start": 1174129475,
            "stop": 1174130423
        },
        {
            "start": 1174132293,
            "stop": 1174133235
        },
        {
            "start": 1174133237,
            "stop": 1174133481
        }
    ]
}