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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=171",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 172,
    "results": [
        {
            "start": 1135057773,
            "stop": 1135057774
        },
        {
            "start": 1135057779,
            "stop": 1135057784
        },
        {
            "start": 1135136228,
            "stop": 1135148671
        },
        {
            "start": 1135148673,
            "stop": 1135151418
        },
        {
            "start": 1135151859,
            "stop": 1135158879
        },
        {
            "start": 1135158886,
            "stop": 1135169384
        },
        {
            "start": 1135169392,
            "stop": 1135176317
        },
        {
            "start": 1135176319,
            "stop": 1135176346
        },
        {
            "start": 1135176354,
            "stop": 1135177383
        },
        {
            "start": 1135177385,
            "stop": 1135209151
        },
        {
            "start": 1135209153,
            "stop": 1135230565
        },
        {
            "start": 1135230573,
            "stop": 1135234146
        },
        {
            "start": 1135238726,
            "stop": 1135257602
        },
        {
            "start": 1135257604,
            "stop": 1135261389
        },
        {
            "start": 1135261397,
            "stop": 1135278061
        },
        {
            "start": 1135278069,
            "stop": 1135289464
        },
        {
            "start": 1135289472,
            "stop": 1135289976
        },
        {
            "start": 1135289984,
            "stop": 1135296536
        },
        {
            "start": 1135296538,
            "stop": 1135297102
        },
        {
            "start": 1135297110,
            "stop": 1135304392
        }
    ]
}