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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=91",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 92,
    "results": [
        {
            "start": 818067517,
            "stop": 818067525
        },
        {
            "start": 818067549,
            "stop": 818067559
        },
        {
            "start": 818067572,
            "stop": 818067585
        },
        {
            "start": 818067615,
            "stop": 818067627
        },
        {
            "start": 818067635,
            "stop": 818067637
        },
        {
            "start": 818067654,
            "stop": 818067658
        },
        {
            "start": 818067668,
            "stop": 818067671
        },
        {
            "start": 818067687,
            "stop": 818067690
        },
        {
            "start": 818067699,
            "stop": 818067702
        },
        {
            "start": 818067715,
            "stop": 818067724
        },
        {
            "start": 818067744,
            "stop": 818067745
        },
        {
            "start": 818067753,
            "stop": 818067756
        },
        {
            "start": 818067767,
            "stop": 818067788
        },
        {
            "start": 818067832,
            "stop": 818067833
        },
        {
            "start": 818067843,
            "stop": 818067847
        },
        {
            "start": 818067855,
            "stop": 818067858
        },
        {
            "start": 818067869,
            "stop": 818067870
        },
        {
            "start": 818067886,
            "stop": 818067889
        },
        {
            "start": 818067898,
            "stop": 818067901
        },
        {
            "start": 818067916,
            "stop": 818067935
        }
    ]
}