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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40710",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40711,
    "results": [
        {
            "start": 874953729,
            "stop": 874953733
        },
        {
            "start": 874953736,
            "stop": 874953738
        },
        {
            "start": 874953740,
            "stop": 874953744
        },
        {
            "start": 874953745,
            "stop": 874953750
        },
        {
            "start": 874953751,
            "stop": 874953755
        },
        {
            "start": 874953757,
            "stop": 874953760
        },
        {
            "start": 874953762,
            "stop": 874953766
        },
        {
            "start": 874953767,
            "stop": 874953771
        },
        {
            "start": 874953772,
            "stop": 874953777
        },
        {
            "start": 874953778,
            "stop": 874953782
        },
        {
            "start": 874953783,
            "stop": 874953784
        },
        {
            "start": 874953786,
            "stop": 874953787
        },
        {
            "start": 874953788,
            "stop": 874953792
        },
        {
            "start": 874953794,
            "stop": 874953798
        },
        {
            "start": 874953799,
            "stop": 874953803
        },
        {
            "start": 874953805,
            "stop": 874953808
        },
        {
            "start": 874953810,
            "stop": 874953814
        },
        {
            "start": 874953815,
            "stop": 874953819
        },
        {
            "start": 874953821,
            "stop": 874953822
        },
        {
            "start": 874953823,
            "stop": 874953825
        }
    ]
}