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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=361",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 362,
    "results": [
        {
            "start": 825090087,
            "stop": 825090271
        },
        {
            "start": 825090278,
            "stop": 825090890
        },
        {
            "start": 825090970,
            "stop": 825091310
        },
        {
            "start": 825091390,
            "stop": 825091440
        },
        {
            "start": 825091448,
            "stop": 825091604
        },
        {
            "start": 825091611,
            "stop": 825091915
        },
        {
            "start": 825091922,
            "stop": 825091987
        },
        {
            "start": 825091994,
            "stop": 825092334
        },
        {
            "start": 825092342,
            "stop": 825092777
        },
        {
            "start": 825092784,
            "stop": 825092996
        },
        {
            "start": 825093003,
            "stop": 825093068
        },
        {
            "start": 825093075,
            "stop": 825093203
        },
        {
            "start": 825093686,
            "stop": 825093763
        },
        {
            "start": 825094298,
            "stop": 825094456
        },
        {
            "start": 825094463,
            "stop": 825094796
        },
        {
            "start": 825094803,
            "stop": 825094981
        },
        {
            "start": 825094988,
            "stop": 825094997
        },
        {
            "start": 825095004,
            "stop": 825095098
        },
        {
            "start": 825095105,
            "stop": 825095253
        },
        {
            "start": 825095260,
            "stop": 825095296
        }
    ]
}