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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=308",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 309,
    "results": [
        {
            "start": 1175616851,
            "stop": 1175617908
        },
        {
            "start": 1175617910,
            "stop": 1175619228
        },
        {
            "start": 1175619230,
            "stop": 1175620530
        },
        {
            "start": 1175620532,
            "stop": 1175621403
        },
        {
            "start": 1175621405,
            "stop": 1175622692
        },
        {
            "start": 1175622694,
            "stop": 1175623580
        },
        {
            "start": 1175623582,
            "stop": 1175624583
        },
        {
            "start": 1175624585,
            "stop": 1175624748
        },
        {
            "start": 1175624752,
            "stop": 1175625986
        },
        {
            "start": 1175625988,
            "stop": 1175626805
        },
        {
            "start": 1175626807,
            "stop": 1175627486
        },
        {
            "start": 1175627488,
            "stop": 1175628483
        },
        {
            "start": 1175628485,
            "stop": 1175629264
        },
        {
            "start": 1175629266,
            "stop": 1175629793
        },
        {
            "start": 1175635488,
            "stop": 1175635671
        },
        {
            "start": 1175640228,
            "stop": 1175640601
        },
        {
            "start": 1175643634,
            "stop": 1175643876
        },
        {
            "start": 1175643879,
            "stop": 1175644006
        },
        {
            "start": 1175644008,
            "stop": 1175645120
        },
        {
            "start": 1175645122,
            "stop": 1175645341
        }
    ]
}