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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33303",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33304,
    "results": [
        {
            "start": 971009695,
            "stop": 971009708
        },
        {
            "start": 971009711,
            "stop": 971009713
        },
        {
            "start": 971009716,
            "stop": 971009721
        },
        {
            "start": 971009724,
            "stop": 971009729
        },
        {
            "start": 971009730,
            "stop": 971009734
        },
        {
            "start": 971009737,
            "stop": 971009743
        },
        {
            "start": 971009744,
            "stop": 971009752
        },
        {
            "start": 971009753,
            "stop": 971009765
        },
        {
            "start": 971009767,
            "stop": 971009768
        },
        {
            "start": 971009772,
            "stop": 971009782
        },
        {
            "start": 971009784,
            "stop": 971009810
        },
        {
            "start": 971009812,
            "stop": 971009814
        },
        {
            "start": 971009817,
            "stop": 971009823
        },
        {
            "start": 971009824,
            "stop": 971009846
        },
        {
            "start": 971009847,
            "stop": 971009868
        },
        {
            "start": 971009870,
            "stop": 971009873
        },
        {
            "start": 971009874,
            "stop": 971009882
        },
        {
            "start": 971009883,
            "stop": 971009884
        },
        {
            "start": 971009885,
            "stop": 971009895
        },
        {
            "start": 971009897,
            "stop": 971009898
        }
    ]
}