Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5037
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5036",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5037,
    "results": [
        {
            "start": 874584378,
            "stop": 874584448
        },
        {
            "start": 874584455,
            "stop": 874584563
        },
        {
            "start": 874584570,
            "stop": 874584667
        },
        {
            "start": 874584674,
            "stop": 874584689
        },
        {
            "start": 874584696,
            "stop": 874584812
        },
        {
            "start": 874584820,
            "stop": 874584839
        },
        {
            "start": 874584846,
            "stop": 874584854
        },
        {
            "start": 874584865,
            "stop": 874584915
        },
        {
            "start": 874584922,
            "stop": 874585057
        },
        {
            "start": 874585064,
            "stop": 874585072
        },
        {
            "start": 874585079,
            "stop": 874585171
        },
        {
            "start": 874585178,
            "stop": 874585227
        },
        {
            "start": 874585234,
            "stop": 874585335
        },
        {
            "start": 874585342,
            "stop": 874585347
        },
        {
            "start": 874585355,
            "stop": 874585509
        },
        {
            "start": 874585516,
            "stop": 874585563
        },
        {
            "start": 874585570,
            "stop": 874585595
        },
        {
            "start": 874585602,
            "stop": 874585715
        },
        {
            "start": 874585726,
            "stop": 874586071
        },
        {
            "start": 874586078,
            "stop": 874586140
        }
    ]
}