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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29363",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29364,
    "results": [
        {
            "start": 971258734,
            "stop": 971258738
        },
        {
            "start": 971258741,
            "stop": 971258743
        },
        {
            "start": 971258744,
            "stop": 971258747
        },
        {
            "start": 971258752,
            "stop": 971258767
        },
        {
            "start": 971258768,
            "stop": 971258770
        },
        {
            "start": 971258772,
            "stop": 971258773
        },
        {
            "start": 971258774,
            "stop": 971258775
        },
        {
            "start": 971258779,
            "stop": 971258780
        },
        {
            "start": 971258783,
            "stop": 971258785
        },
        {
            "start": 971258787,
            "stop": 971258789
        },
        {
            "start": 971258796,
            "stop": 971258802
        },
        {
            "start": 971258803,
            "stop": 971258827
        },
        {
            "start": 971258828,
            "stop": 971258841
        },
        {
            "start": 971258843,
            "stop": 971258844
        },
        {
            "start": 971258846,
            "stop": 971258849
        },
        {
            "start": 971258851,
            "stop": 971258853
        },
        {
            "start": 971258854,
            "stop": 971258859
        },
        {
            "start": 971258861,
            "stop": 971258869
        },
        {
            "start": 971258870,
            "stop": 971258873
        },
        {
            "start": 971258876,
            "stop": 971258879
        }
    ]
}