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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=100",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 101,
    "results": [
        {
            "start": 1175031320,
            "stop": 1175031360
        },
        {
            "start": 1175031370,
            "stop": 1175031380
        },
        {
            "start": 1175031390,
            "stop": 1175031400
        },
        {
            "start": 1175031410,
            "stop": 1175031420
        },
        {
            "start": 1175031430,
            "stop": 1175031460
        },
        {
            "start": 1175031470,
            "stop": 1175040183
        },
        {
            "start": 1175040187,
            "stop": 1175045433
        },
        {
            "start": 1175045437,
            "stop": 1175048582
        },
        {
            "start": 1175048586,
            "stop": 1175048869
        },
        {
            "start": 1175054893,
            "stop": 1175068853
        },
        {
            "start": 1175068854,
            "stop": 1175068986
        },
        {
            "start": 1175068990,
            "stop": 1175072230
        },
        {
            "start": 1175072233,
            "stop": 1175075001
        },
        {
            "start": 1175075006,
            "stop": 1175075316
        },
        {
            "start": 1175075318,
            "stop": 1175075560
        },
        {
            "start": 1175075568,
            "stop": 1175075721
        },
        {
            "start": 1175075722,
            "stop": 1175076069
        },
        {
            "start": 1175076070,
            "stop": 1175076776
        },
        {
            "start": 1175081139,
            "stop": 1175091366
        },
        {
            "start": 1175091370,
            "stop": 1175092749
        }
    ]
}