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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=27",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 28,
    "results": [
        {
            "start": 1170950467,
            "stop": 1170950685
        },
        {
            "start": 1170952437,
            "stop": 1171006100
        },
        {
            "start": 1171012704,
            "stop": 1171021117
        },
        {
            "start": 1171021119,
            "stop": 1171040351
        },
        {
            "start": 1171040353,
            "stop": 1171057505
        },
        {
            "start": 1171057512,
            "stop": 1171063734
        },
        {
            "start": 1171063736,
            "stop": 1171103004
        },
        {
            "start": 1171103476,
            "stop": 1171123686
        },
        {
            "start": 1171162567,
            "stop": 1171163858
        },
        {
            "start": 1171164076,
            "stop": 1171186548
        },
        {
            "start": 1171190676,
            "stop": 1171194350
        },
        {
            "start": 1171194352,
            "stop": 1171211989
        },
        {
            "start": 1171211991,
            "stop": 1171217094
        },
        {
            "start": 1171219208,
            "stop": 1171229824
        },
        {
            "start": 1171229826,
            "stop": 1171234333
        },
        {
            "start": 1171234334,
            "stop": 1171284208
        },
        {
            "start": 1171290228,
            "stop": 1171300021
        },
        {
            "start": 1171300023,
            "stop": 1171300944
        },
        {
            "start": 1171314513,
            "stop": 1171314595
        },
        {
            "start": 1171324465,
            "stop": 1171330276
        }
    ]
}