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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=241",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 242,
    "results": [
        {
            "start": 934145889,
            "stop": 934146015
        },
        {
            "start": 934146269,
            "stop": 934146289
        },
        {
            "start": 934146292,
            "stop": 934147089
        },
        {
            "start": 934147094,
            "stop": 934148059
        },
        {
            "start": 934148065,
            "stop": 934148069
        },
        {
            "start": 934148129,
            "stop": 934149409
        },
        {
            "start": 934149414,
            "stop": 934149615
        },
        {
            "start": 934149855,
            "stop": 934149915
        },
        {
            "start": 934149920,
            "stop": 934150709
        },
        {
            "start": 934150829,
            "stop": 934151369
        },
        {
            "start": 934151429,
            "stop": 934151849
        },
        {
            "start": 934151909,
            "stop": 934152304
        },
        {
            "start": 934152424,
            "stop": 934152569
        },
        {
            "start": 934152869,
            "stop": 934152929
        },
        {
            "start": 934162221,
            "stop": 934162284
        },
        {
            "start": 934162289,
            "stop": 934162709
        },
        {
            "start": 934162769,
            "stop": 934163900
        },
        {
            "start": 934163905,
            "stop": 934164015
        },
        {
            "start": 934164255,
            "stop": 934164353
        },
        {
            "start": 934164473,
            "stop": 934165229
        }
    ]
}