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=3682
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=3683",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3681",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3682,
    "results": [
        {
            "start": 970892303,
            "stop": 970892544
        },
        {
            "start": 970892547,
            "stop": 970892590
        },
        {
            "start": 970892593,
            "stop": 970892759
        },
        {
            "start": 970892762,
            "stop": 970892778
        },
        {
            "start": 970892781,
            "stop": 970893019
        },
        {
            "start": 970893022,
            "stop": 970893041
        },
        {
            "start": 970893044,
            "stop": 970893140
        },
        {
            "start": 970893143,
            "stop": 970893334
        },
        {
            "start": 970893337,
            "stop": 970893358
        },
        {
            "start": 970893359,
            "stop": 970893410
        },
        {
            "start": 970893413,
            "stop": 970893548
        },
        {
            "start": 970893551,
            "stop": 970893655
        },
        {
            "start": 970893658,
            "stop": 970893714
        },
        {
            "start": 970893717,
            "stop": 970893874
        },
        {
            "start": 970893877,
            "stop": 970893988
        },
        {
            "start": 970893991,
            "stop": 970894101
        },
        {
            "start": 970894104,
            "stop": 970894159
        },
        {
            "start": 970894162,
            "stop": 970894813
        },
        {
            "start": 970894816,
            "stop": 970895359
        },
        {
            "start": 970895365,
            "stop": 970895443
        }
    ]
}