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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3714",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3712",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3713,
    "results": [
        {
            "start": 971000870,
            "stop": 971000931
        },
        {
            "start": 971000934,
            "stop": 971000967
        },
        {
            "start": 971000970,
            "stop": 971001001
        },
        {
            "start": 971001004,
            "stop": 971001012
        },
        {
            "start": 971001015,
            "stop": 971001064
        },
        {
            "start": 971001067,
            "stop": 971001156
        },
        {
            "start": 971001159,
            "stop": 971001187
        },
        {
            "start": 971001190,
            "stop": 971001282
        },
        {
            "start": 971001285,
            "stop": 971001322
        },
        {
            "start": 971001326,
            "stop": 971001539
        },
        {
            "start": 971001543,
            "stop": 971001730
        },
        {
            "start": 971001733,
            "stop": 971001747
        },
        {
            "start": 971001750,
            "stop": 971001808
        },
        {
            "start": 971001811,
            "stop": 971001856
        },
        {
            "start": 971001859,
            "stop": 971001901
        },
        {
            "start": 971001904,
            "stop": 971002051
        },
        {
            "start": 971002054,
            "stop": 971002085
        },
        {
            "start": 971002088,
            "stop": 971002152
        },
        {
            "start": 971002155,
            "stop": 971002304
        },
        {
            "start": 971004792,
            "stop": 971004868
        }
    ]
}