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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1844",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1842",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1843,
    "results": [
        {
            "start": 965145790,
            "stop": 965148290
        },
        {
            "start": 965150788,
            "stop": 965153502
        },
        {
            "start": 965153503,
            "stop": 965165927
        },
        {
            "start": 965166311,
            "stop": 965168118
        },
        {
            "start": 965168119,
            "stop": 965173627
        },
        {
            "start": 965173628,
            "stop": 965176431
        },
        {
            "start": 965176432,
            "stop": 965176529
        },
        {
            "start": 965176531,
            "stop": 965177428
        },
        {
            "start": 965177429,
            "stop": 965183592
        },
        {
            "start": 965183593,
            "stop": 965184039
        },
        {
            "start": 965184040,
            "stop": 965186788
        },
        {
            "start": 965187406,
            "stop": 965197823
        },
        {
            "start": 965197824,
            "stop": 965199687
        },
        {
            "start": 965199692,
            "stop": 965216564
        },
        {
            "start": 965216565,
            "stop": 965217494
        },
        {
            "start": 965221008,
            "stop": 965223419
        },
        {
            "start": 965223420,
            "stop": 965223593
        },
        {
            "start": 965226491,
            "stop": 965230876
        },
        {
            "start": 965230877,
            "stop": 965237765
        },
        {
            "start": 965237766,
            "stop": 965238746
        }
    ]
}