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_CAT2/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/H1_CBCLOW_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=265",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 266,
    "results": [
        {
            "start": 855950231,
            "stop": 855950303
        },
        {
            "start": 855950322,
            "stop": 855950335
        },
        {
            "start": 855951049,
            "stop": 855951460
        },
        {
            "start": 855951477,
            "stop": 855952416
        },
        {
            "start": 855952433,
            "stop": 855952455
        },
        {
            "start": 855952479,
            "stop": 855952764
        },
        {
            "start": 855952794,
            "stop": 855953047
        },
        {
            "start": 855953068,
            "stop": 855953095
        },
        {
            "start": 855954827,
            "stop": 855954969
        },
        {
            "start": 856005590,
            "stop": 856006410
        },
        {
            "start": 856006560,
            "stop": 856006591
        },
        {
            "start": 856006891,
            "stop": 856006895
        },
        {
            "start": 856007195,
            "stop": 856008103
        },
        {
            "start": 856008403,
            "stop": 856008414
        },
        {
            "start": 856008724,
            "stop": 856013449
        },
        {
            "start": 856013468,
            "stop": 856013495
        },
        {
            "start": 856013514,
            "stop": 856013673
        },
        {
            "start": 856013692,
            "stop": 856014961
        },
        {
            "start": 856014980,
            "stop": 856015016
        },
        {
            "start": 856015038,
            "stop": 856015281
        }
    ]
}