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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=263",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 264,
    "results": [
        {
            "start": 821687487,
            "stop": 821687488
        },
        {
            "start": 821687491,
            "stop": 821687495
        },
        {
            "start": 821687498,
            "stop": 821687501
        },
        {
            "start": 821687506,
            "stop": 821687510
        },
        {
            "start": 821687513,
            "stop": 821687526
        },
        {
            "start": 821687529,
            "stop": 821687553
        },
        {
            "start": 821687556,
            "stop": 821687568
        },
        {
            "start": 821687571,
            "stop": 821687585
        },
        {
            "start": 821687591,
            "stop": 821687613
        },
        {
            "start": 821687616,
            "stop": 821687620
        },
        {
            "start": 821687624,
            "stop": 821687629
        },
        {
            "start": 821687632,
            "stop": 821687638
        },
        {
            "start": 821687641,
            "stop": 821687649
        },
        {
            "start": 821687652,
            "stop": 821687665
        },
        {
            "start": 821687668,
            "stop": 821687670
        },
        {
            "start": 821687674,
            "stop": 821687682
        },
        {
            "start": 821687687,
            "stop": 821687696
        },
        {
            "start": 821687699,
            "stop": 821687707
        },
        {
            "start": 821687710,
            "stop": 821687717
        },
        {
            "start": 821687720,
            "stop": 821687721
        }
    ]
}