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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 109,
    "results": [
        {
            "start": 1175280505,
            "stop": 1175280507
        },
        {
            "start": 1175280523,
            "stop": 1175280991
        },
        {
            "start": 1175287062,
            "stop": 1175287078
        },
        {
            "start": 1175287081,
            "stop": 1175287151
        },
        {
            "start": 1175287152,
            "stop": 1175287761
        },
        {
            "start": 1175287763,
            "stop": 1175287764
        },
        {
            "start": 1175287765,
            "stop": 1175287777
        },
        {
            "start": 1175287778,
            "stop": 1175287910
        },
        {
            "start": 1175288000,
            "stop": 1175288030
        },
        {
            "start": 1175288080,
            "stop": 1175288100
        },
        {
            "start": 1175288110,
            "stop": 1175288139
        },
        {
            "start": 1175288140,
            "stop": 1175288236
        },
        {
            "start": 1175288237,
            "stop": 1175288339
        },
        {
            "start": 1175288340,
            "stop": 1175288392
        },
        {
            "start": 1175288393,
            "stop": 1175290225
        },
        {
            "start": 1175290226,
            "stop": 1175290572
        },
        {
            "start": 1175290578,
            "stop": 1175291170
        },
        {
            "start": 1175291190,
            "stop": 1175291944
        },
        {
            "start": 1175291947,
            "stop": 1175292800
        },
        {
            "start": 1175292840,
            "stop": 1175293130
        }
    ]
}