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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=340",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 341,
    "results": [
        {
            "start": 823793938,
            "stop": 823794039
        },
        {
            "start": 823794044,
            "stop": 823794086
        },
        {
            "start": 823825311,
            "stop": 823826474
        },
        {
            "start": 823826479,
            "stop": 823826804
        },
        {
            "start": 823826811,
            "stop": 823827830
        },
        {
            "start": 823827837,
            "stop": 823828406
        },
        {
            "start": 823828412,
            "stop": 823828846
        },
        {
            "start": 823828852,
            "stop": 823829049
        },
        {
            "start": 823829055,
            "stop": 823829276
        },
        {
            "start": 823829282,
            "stop": 823829296
        },
        {
            "start": 823829302,
            "stop": 823830442
        },
        {
            "start": 823830447,
            "stop": 823830525
        },
        {
            "start": 823830531,
            "stop": 823830737
        },
        {
            "start": 823830742,
            "stop": 823830959
        },
        {
            "start": 823830964,
            "stop": 823831081
        },
        {
            "start": 823831091,
            "stop": 823831147
        },
        {
            "start": 823831162,
            "stop": 823831317
        },
        {
            "start": 823831323,
            "stop": 823834987
        },
        {
            "start": 823834992,
            "stop": 823836180
        },
        {
            "start": 823836185,
            "stop": 823836450
        }
    ]
}