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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=172",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 173,
    "results": [
        {
            "start": 1135304394,
            "stop": 1135314158
        },
        {
            "start": 1135314160,
            "stop": 1135316871
        },
        {
            "start": 1135316873,
            "stop": 1135323741
        },
        {
            "start": 1135323749,
            "stop": 1135327557
        },
        {
            "start": 1135327560,
            "stop": 1135341169
        },
        {
            "start": 1135341177,
            "stop": 1135341452
        },
        {
            "start": 1135341461,
            "stop": 1135349434
        },
        {
            "start": 1135349437,
            "stop": 1135356376
        },
        {
            "start": 1135356384,
            "stop": 1135356539
        },
        {
            "start": 1135356547,
            "stop": 1135357832
        },
        {
            "start": 1135357840,
            "stop": 1135358304
        },
        {
            "start": 1135358312,
            "stop": 1135359992
        },
        {
            "start": 1135360000,
            "stop": 1135361417
        },
        {
            "start": 1135361425,
            "stop": 1135362909
        },
        {
            "start": 1135362911,
            "stop": 1135364643
        },
        {
            "start": 1135366079,
            "stop": 1135366753
        },
        {
            "start": 1135366761,
            "stop": 1135370963
        },
        {
            "start": 1135370971,
            "stop": 1135374082
        },
        {
            "start": 1135374090,
            "stop": 1135374488
        },
        {
            "start": 1135374496,
            "stop": 1135376307
        }
    ]
}