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=33284
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=33285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33283",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33284,
    "results": [
        {
            "start": 971001868,
            "stop": 971001901
        },
        {
            "start": 971001904,
            "stop": 971001924
        },
        {
            "start": 971001925,
            "stop": 971001955
        },
        {
            "start": 971001956,
            "stop": 971001961
        },
        {
            "start": 971001962,
            "stop": 971002002
        },
        {
            "start": 971002003,
            "stop": 971002005
        },
        {
            "start": 971002006,
            "stop": 971002027
        },
        {
            "start": 971002028,
            "stop": 971002030
        },
        {
            "start": 971002031,
            "stop": 971002051
        },
        {
            "start": 971002054,
            "stop": 971002073
        },
        {
            "start": 971002074,
            "stop": 971002081
        },
        {
            "start": 971002082,
            "stop": 971002085
        },
        {
            "start": 971002088,
            "stop": 971002090
        },
        {
            "start": 971002091,
            "stop": 971002145
        },
        {
            "start": 971002146,
            "stop": 971002152
        },
        {
            "start": 971002155,
            "stop": 971002185
        },
        {
            "start": 971002186,
            "stop": 971002220
        },
        {
            "start": 971002222,
            "stop": 971002251
        },
        {
            "start": 971002252,
            "stop": 971002295
        },
        {
            "start": 971002297,
            "stop": 971002304
        }
    ]
}