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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=276",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 277,
    "results": [
        {
            "start": 1174680580,
            "stop": 1174683048
        },
        {
            "start": 1174683050,
            "stop": 1174683719
        },
        {
            "start": 1174685836,
            "stop": 1174687625
        },
        {
            "start": 1174687627,
            "stop": 1174689415
        },
        {
            "start": 1174689417,
            "stop": 1174692028
        },
        {
            "start": 1174692030,
            "stop": 1174693846
        },
        {
            "start": 1174693850,
            "stop": 1174694381
        },
        {
            "start": 1174694383,
            "stop": 1174694542
        },
        {
            "start": 1174694972,
            "stop": 1174695150
        },
        {
            "start": 1174697358,
            "stop": 1174697376
        },
        {
            "start": 1174697380,
            "stop": 1174697934
        },
        {
            "start": 1174697938,
            "stop": 1174698782
        },
        {
            "start": 1174698784,
            "stop": 1174700014
        },
        {
            "start": 1174700016,
            "stop": 1174701540
        },
        {
            "start": 1174701542,
            "stop": 1174703047
        },
        {
            "start": 1174703049,
            "stop": 1174704203
        },
        {
            "start": 1174704205,
            "stop": 1174705112
        },
        {
            "start": 1174705114,
            "stop": 1174706204
        },
        {
            "start": 1174706206,
            "stop": 1174707447
        },
        {
            "start": 1174707451,
            "stop": 1174707575
        }
    ]
}