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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=320",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 321,
    "results": [
        {
            "start": 822451672,
            "stop": 822452025
        },
        {
            "start": 822452032,
            "stop": 822453568
        },
        {
            "start": 822453575,
            "stop": 822455993
        },
        {
            "start": 822456000,
            "stop": 822457316
        },
        {
            "start": 822457323,
            "stop": 822458313
        },
        {
            "start": 822458327,
            "stop": 822458690
        },
        {
            "start": 822458697,
            "stop": 822459687
        },
        {
            "start": 822459694,
            "stop": 822460480
        },
        {
            "start": 822460493,
            "stop": 822460696
        },
        {
            "start": 822460703,
            "stop": 822460800
        },
        {
            "start": 822460933,
            "stop": 822460980
        },
        {
            "start": 822461040,
            "stop": 822461117
        },
        {
            "start": 822461124,
            "stop": 822461280
        },
        {
            "start": 822461340,
            "stop": 822462210
        },
        {
            "start": 822462217,
            "stop": 822462628
        },
        {
            "start": 822462635,
            "stop": 822463693
        },
        {
            "start": 822463767,
            "stop": 822466769
        },
        {
            "start": 822466776,
            "stop": 822466944
        },
        {
            "start": 822466952,
            "stop": 822467163
        },
        {
            "start": 822467170,
            "stop": 822467175
        }
    ]
}