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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=295",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 296,
    "results": [
        {
            "start": 822352040,
            "stop": 822352241
        },
        {
            "start": 822352245,
            "stop": 822352891
        },
        {
            "start": 822354283,
            "stop": 822355634
        },
        {
            "start": 822355637,
            "stop": 822355897
        },
        {
            "start": 822355900,
            "stop": 822357606
        },
        {
            "start": 822358351,
            "stop": 822359031
        },
        {
            "start": 822359035,
            "stop": 822359414
        },
        {
            "start": 822359418,
            "stop": 822359884
        },
        {
            "start": 822359887,
            "stop": 822361453
        },
        {
            "start": 822361555,
            "stop": 822361947
        },
        {
            "start": 822361950,
            "stop": 822364807
        },
        {
            "start": 822364810,
            "stop": 822364923
        },
        {
            "start": 822364926,
            "stop": 822365402
        },
        {
            "start": 822365405,
            "stop": 822366313
        },
        {
            "start": 822366444,
            "stop": 822368593
        },
        {
            "start": 822368823,
            "stop": 822371005
        },
        {
            "start": 822371008,
            "stop": 822371352
        },
        {
            "start": 822371496,
            "stop": 822373832
        },
        {
            "start": 822373849,
            "stop": 822374049
        },
        {
            "start": 822374066,
            "stop": 822375659
        }
    ]
}