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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=319",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 320,
    "results": [
        {
            "start": 1175925934,
            "stop": 1175926789
        },
        {
            "start": 1175926791,
            "stop": 1175927372
        },
        {
            "start": 1175927376,
            "stop": 1175927864
        },
        {
            "start": 1175927866,
            "stop": 1175928913
        },
        {
            "start": 1175928915,
            "stop": 1175930342
        },
        {
            "start": 1175930344,
            "stop": 1175931221
        },
        {
            "start": 1175931223,
            "stop": 1175932392
        },
        {
            "start": 1175932394,
            "stop": 1175933760
        },
        {
            "start": 1175933762,
            "stop": 1175935188
        },
        {
            "start": 1175935190,
            "stop": 1175936354
        },
        {
            "start": 1175936356,
            "stop": 1175937670
        },
        {
            "start": 1175937672,
            "stop": 1175938838
        },
        {
            "start": 1175938840,
            "stop": 1175940120
        },
        {
            "start": 1175940122,
            "stop": 1175941374
        },
        {
            "start": 1175941376,
            "stop": 1175942653
        },
        {
            "start": 1175942655,
            "stop": 1175943056
        },
        {
            "start": 1175943060,
            "stop": 1175943795
        },
        {
            "start": 1175943797,
            "stop": 1175945146
        },
        {
            "start": 1175945148,
            "stop": 1175946468
        },
        {
            "start": 1175946470,
            "stop": 1175947851
        }
    ]
}