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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=216",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 217,
    "results": [
        {
            "start": 931500846,
            "stop": 931500855
        },
        {
            "start": 931500858,
            "stop": 931500860
        },
        {
            "start": 931500863,
            "stop": 931500866
        },
        {
            "start": 931500868,
            "stop": 931500871
        },
        {
            "start": 931500876,
            "stop": 931500877
        },
        {
            "start": 931500880,
            "stop": 931500882
        },
        {
            "start": 931500885,
            "stop": 931500888
        },
        {
            "start": 931500893,
            "stop": 931500896
        },
        {
            "start": 931500899,
            "stop": 931500902
        },
        {
            "start": 931500904,
            "stop": 931500905
        },
        {
            "start": 931500911,
            "stop": 931500916
        },
        {
            "start": 931500921,
            "stop": 931500924
        },
        {
            "start": 931500926,
            "stop": 931500927
        },
        {
            "start": 931500934,
            "stop": 931500935
        },
        {
            "start": 931500937,
            "stop": 931500941
        },
        {
            "start": 931500944,
            "stop": 931500948
        },
        {
            "start": 931500955,
            "stop": 931500964
        },
        {
            "start": 931500969,
            "stop": 931500977
        },
        {
            "start": 931500983,
            "stop": 931500991
        },
        {
            "start": 931500995,
            "stop": 931500999
        }
    ]
}