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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=222",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 223,
    "results": [
        {
            "start": 1136421481,
            "stop": 1136421483
        },
        {
            "start": 1136421491,
            "stop": 1136421492
        },
        {
            "start": 1136421497,
            "stop": 1136421502
        },
        {
            "start": 1136421506,
            "stop": 1136421508
        },
        {
            "start": 1136421511,
            "stop": 1136421520
        },
        {
            "start": 1136421533,
            "stop": 1136421547
        },
        {
            "start": 1136421566,
            "stop": 1136421580
        },
        {
            "start": 1136421584,
            "stop": 1136421585
        },
        {
            "start": 1136421594,
            "stop": 1136421597
        },
        {
            "start": 1136421621,
            "stop": 1136421628
        },
        {
            "start": 1136421631,
            "stop": 1136421632
        },
        {
            "start": 1136421637,
            "stop": 1136421638
        },
        {
            "start": 1136421644,
            "stop": 1136421648
        },
        {
            "start": 1136421652,
            "stop": 1136421660
        },
        {
            "start": 1136421668,
            "stop": 1136421669
        },
        {
            "start": 1136421681,
            "stop": 1136421693
        },
        {
            "start": 1136421697,
            "stop": 1136421703
        },
        {
            "start": 1136421729,
            "stop": 1136421731
        },
        {
            "start": 1136421739,
            "stop": 1136421746
        },
        {
            "start": 1136421749,
            "stop": 1136421765
        }
    ]
}