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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5233",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5231",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5232,
    "results": [
        {
            "start": 1137052425,
            "stop": 1137052444
        },
        {
            "start": 1137052446,
            "stop": 1137052509
        },
        {
            "start": 1137052512,
            "stop": 1137052529
        },
        {
            "start": 1137052530,
            "stop": 1137052569
        },
        {
            "start": 1137052570,
            "stop": 1137052574
        },
        {
            "start": 1137052578,
            "stop": 1137052591
        },
        {
            "start": 1137052593,
            "stop": 1137052594
        },
        {
            "start": 1137052596,
            "stop": 1137052693
        },
        {
            "start": 1137052696,
            "stop": 1137052700
        },
        {
            "start": 1137052702,
            "stop": 1137052706
        },
        {
            "start": 1137052711,
            "stop": 1137052713
        },
        {
            "start": 1137052715,
            "stop": 1137052739
        },
        {
            "start": 1137052741,
            "stop": 1137052743
        },
        {
            "start": 1137052745,
            "stop": 1137052747
        },
        {
            "start": 1137052753,
            "stop": 1137052767
        },
        {
            "start": 1137052771,
            "stop": 1137052785
        },
        {
            "start": 1137052790,
            "stop": 1137052848
        },
        {
            "start": 1137052850,
            "stop": 1137052851
        },
        {
            "start": 1137052853,
            "stop": 1137052862
        },
        {
            "start": 1137052864,
            "stop": 1137052886
        }
    ]
}