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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=39",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 40,
    "results": [
        {
            "start": 1172799853,
            "stop": 1172812065
        },
        {
            "start": 1172819075,
            "stop": 1172822367
        },
        {
            "start": 1172826755,
            "stop": 1172827120
        },
        {
            "start": 1172827122,
            "stop": 1172829456
        },
        {
            "start": 1172829462,
            "stop": 1172829579
        },
        {
            "start": 1172829583,
            "stop": 1172829584
        },
        {
            "start": 1172829585,
            "stop": 1172829593
        },
        {
            "start": 1172829594,
            "stop": 1172835843
        },
        {
            "start": 1172835864,
            "stop": 1172842375
        },
        {
            "start": 1172842378,
            "stop": 1172844087
        },
        {
            "start": 1172844091,
            "stop": 1172849697
        },
        {
            "start": 1172850005,
            "stop": 1172854538
        },
        {
            "start": 1172854540,
            "stop": 1172858602
        },
        {
            "start": 1172873386,
            "stop": 1172874950
        },
        {
            "start": 1172874952,
            "stop": 1172878532
        },
        {
            "start": 1172878535,
            "stop": 1172878659
        },
        {
            "start": 1172878660,
            "stop": 1172878661
        },
        {
            "start": 1172878662,
            "stop": 1172885044
        },
        {
            "start": 1172885045,
            "stop": 1172885048
        },
        {
            "start": 1172885051,
            "stop": 1172904935
        }
    ]
}