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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=179",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 180,
    "results": [
        {
            "start": 820206740,
            "stop": 820206743
        },
        {
            "start": 820206751,
            "stop": 820206765
        },
        {
            "start": 820206779,
            "stop": 820206863
        },
        {
            "start": 820206883,
            "stop": 820206929
        },
        {
            "start": 820206942,
            "stop": 820206961
        },
        {
            "start": 820206969,
            "stop": 820207049
        },
        {
            "start": 820207056,
            "stop": 820207096
        },
        {
            "start": 820207104,
            "stop": 820207223
        },
        {
            "start": 820207237,
            "stop": 820207383
        },
        {
            "start": 820207391,
            "stop": 820207396
        },
        {
            "start": 820207403,
            "stop": 820207434
        },
        {
            "start": 820207452,
            "stop": 820207475
        },
        {
            "start": 820207483,
            "stop": 820207551
        },
        {
            "start": 820207558,
            "stop": 820207617
        },
        {
            "start": 820207625,
            "stop": 820207676
        },
        {
            "start": 820207683,
            "stop": 820207705
        },
        {
            "start": 820207713,
            "stop": 820207721
        },
        {
            "start": 820207728,
            "stop": 820207868
        },
        {
            "start": 820207894,
            "stop": 820207919
        },
        {
            "start": 820207926,
            "stop": 820207992
        }
    ]
}