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=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=287",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 288,
    "results": [
        {
            "start": 1175009211,
            "stop": 1175010321
        },
        {
            "start": 1175010323,
            "stop": 1175011434
        },
        {
            "start": 1175011436,
            "stop": 1175012572
        },
        {
            "start": 1175012574,
            "stop": 1175013886
        },
        {
            "start": 1175013888,
            "stop": 1175014975
        },
        {
            "start": 1175014977,
            "stop": 1175015101
        },
        {
            "start": 1175015105,
            "stop": 1175016004
        },
        {
            "start": 1175016006,
            "stop": 1175017257
        },
        {
            "start": 1175017259,
            "stop": 1175017888
        },
        {
            "start": 1175026688,
            "stop": 1175028855
        },
        {
            "start": 1175028857,
            "stop": 1175032202
        },
        {
            "start": 1175032204,
            "stop": 1175034905
        },
        {
            "start": 1175034907,
            "stop": 1175037290
        },
        {
            "start": 1175037292,
            "stop": 1175039176
        },
        {
            "start": 1175039178,
            "stop": 1175041610
        },
        {
            "start": 1175041612,
            "stop": 1175043297
        },
        {
            "start": 1175043299,
            "stop": 1175044921
        },
        {
            "start": 1175044923,
            "stop": 1175046067
        },
        {
            "start": 1175046069,
            "stop": 1175047236
        },
        {
            "start": 1175047238,
            "stop": 1175048664
        }
    ]
}