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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=30",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 31,
    "results": [
        {
            "start": 815803381,
            "stop": 815804373
        },
        {
            "start": 815804386,
            "stop": 815805073
        },
        {
            "start": 815805080,
            "stop": 815805741
        },
        {
            "start": 815805748,
            "stop": 815805758
        },
        {
            "start": 815805765,
            "stop": 815805858
        },
        {
            "start": 815805866,
            "stop": 815805889
        },
        {
            "start": 815805893,
            "stop": 815805959
        },
        {
            "start": 815805972,
            "stop": 815806533
        },
        {
            "start": 815806540,
            "stop": 815807410
        },
        {
            "start": 815807417,
            "stop": 815807688
        },
        {
            "start": 815807701,
            "stop": 815807870
        },
        {
            "start": 815807877,
            "stop": 815808146
        },
        {
            "start": 815808153,
            "stop": 815808413
        },
        {
            "start": 815808420,
            "stop": 815808955
        },
        {
            "start": 815808962,
            "stop": 815809028
        },
        {
            "start": 815813090,
            "stop": 815813582
        },
        {
            "start": 815813589,
            "stop": 815815180
        },
        {
            "start": 815815188,
            "stop": 815815802
        },
        {
            "start": 815815809,
            "stop": 815817675
        },
        {
            "start": 815817682,
            "stop": 815818443
        }
    ]
}