Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=146
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 146,
    "results": [
        {
            "start": 931398516,
            "stop": 931398550
        },
        {
            "start": 931398551,
            "stop": 931398575
        },
        {
            "start": 931398576,
            "stop": 931398580
        },
        {
            "start": 931398581,
            "stop": 931398607
        },
        {
            "start": 931398608,
            "stop": 931398616
        },
        {
            "start": 931398617,
            "stop": 931398630
        },
        {
            "start": 931398632,
            "stop": 931398633
        },
        {
            "start": 931398634,
            "stop": 931398649
        },
        {
            "start": 931398650,
            "stop": 931398654
        },
        {
            "start": 931398656,
            "stop": 931398706
        },
        {
            "start": 931398708,
            "stop": 931398710
        },
        {
            "start": 931398711,
            "stop": 931398746
        },
        {
            "start": 931398747,
            "stop": 931398748
        },
        {
            "start": 931398750,
            "stop": 931398751
        },
        {
            "start": 931398753,
            "stop": 931398781
        },
        {
            "start": 931398783,
            "stop": 931398800
        },
        {
            "start": 931398803,
            "stop": 931398826
        },
        {
            "start": 931398828,
            "stop": 931398852
        },
        {
            "start": 931398853,
            "stop": 931398881
        },
        {
            "start": 931398882,
            "stop": 931398918
        }
    ]
}