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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=172",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 173,
    "results": [
        {
            "start": 932669358,
            "stop": 932669700
        },
        {
            "start": 932669702,
            "stop": 932669790
        },
        {
            "start": 932669792,
            "stop": 932670015
        },
        {
            "start": 932670375,
            "stop": 932672355
        },
        {
            "start": 932672357,
            "stop": 932672920
        },
        {
            "start": 932672923,
            "stop": 932673161
        },
        {
            "start": 932675678,
            "stop": 932675774
        },
        {
            "start": 932675894,
            "stop": 932676614
        },
        {
            "start": 932676617,
            "stop": 932677215
        },
        {
            "start": 932677575,
            "stop": 932678401
        },
        {
            "start": 932678403,
            "stop": 932678533
        },
        {
            "start": 932678676,
            "stop": 932679195
        },
        {
            "start": 932679197,
            "stop": 932679587
        },
        {
            "start": 932679589,
            "stop": 932679929
        },
        {
            "start": 932682523,
            "stop": 932682786
        },
        {
            "start": 932682846,
            "stop": 932682859
        },
        {
            "start": 932682864,
            "stop": 932683365
        },
        {
            "start": 932683368,
            "stop": 932683451
        },
        {
            "start": 932683600,
            "stop": 932684205
        },
        {
            "start": 932684208,
            "stop": 932684274
        }
    ]
}