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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=265",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 266,
    "results": [
        {
            "start": 851646794,
            "stop": 851658731
        },
        {
            "start": 851658822,
            "stop": 851658973
        },
        {
            "start": 851658981,
            "stop": 851658982
        },
        {
            "start": 851661674,
            "stop": 851661694
        },
        {
            "start": 851661733,
            "stop": 851664853
        },
        {
            "start": 851664864,
            "stop": 851664866
        },
        {
            "start": 851665104,
            "stop": 851670288
        },
        {
            "start": 851670354,
            "stop": 851686915
        },
        {
            "start": 851687791,
            "stop": 851766973
        },
        {
            "start": 851768488,
            "stop": 851770914
        },
        {
            "start": 851772613,
            "stop": 851773813
        },
        {
            "start": 851773920,
            "stop": 851783473
        },
        {
            "start": 851783490,
            "stop": 851783491
        },
        {
            "start": 851784222,
            "stop": 851786953
        },
        {
            "start": 851788212,
            "stop": 851789949
        },
        {
            "start": 851798813,
            "stop": 851800753
        },
        {
            "start": 851800854,
            "stop": 851811850
        },
        {
            "start": 851811925,
            "stop": 851814444
        },
        {
            "start": 851814558,
            "stop": 851845076
        },
        {
            "start": 851845931,
            "stop": 851857975
        }
    ]
}