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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=215",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 216,
    "results": [
        {
            "start": 820564189,
            "stop": 820564534
        },
        {
            "start": 820564537,
            "stop": 820564648
        },
        {
            "start": 820564651,
            "stop": 820565110
        },
        {
            "start": 820565114,
            "stop": 820565614
        },
        {
            "start": 820565618,
            "stop": 820566329
        },
        {
            "start": 820566333,
            "stop": 820566503
        },
        {
            "start": 820566506,
            "stop": 820566733
        },
        {
            "start": 820566736,
            "stop": 820566748
        },
        {
            "start": 820566752,
            "stop": 820566920
        },
        {
            "start": 820566923,
            "stop": 820568323
        },
        {
            "start": 820568326,
            "stop": 820569205
        },
        {
            "start": 820569222,
            "stop": 820570478
        },
        {
            "start": 820570481,
            "stop": 820571896
        },
        {
            "start": 820571899,
            "stop": 820571903
        },
        {
            "start": 820571906,
            "stop": 820571938
        },
        {
            "start": 820571941,
            "stop": 820573639
        },
        {
            "start": 820573642,
            "stop": 820574300
        },
        {
            "start": 820574303,
            "stop": 820574306
        },
        {
            "start": 820574309,
            "stop": 820574453
        },
        {
            "start": 820574457,
            "stop": 820574765
        }
    ]
}