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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=40",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 41,
    "results": [
        {
            "start": 1172904936,
            "stop": 1172904953
        },
        {
            "start": 1172904954,
            "stop": 1172905331
        },
        {
            "start": 1172905332,
            "stop": 1172905342
        },
        {
            "start": 1172905346,
            "stop": 1172919726
        },
        {
            "start": 1172919727,
            "stop": 1172937334
        },
        {
            "start": 1172963684,
            "stop": 1172965046
        },
        {
            "start": 1172965048,
            "stop": 1172965459
        },
        {
            "start": 1172965461,
            "stop": 1172967462
        },
        {
            "start": 1172967463,
            "stop": 1172968396
        },
        {
            "start": 1172968398,
            "stop": 1172968399
        },
        {
            "start": 1172968402,
            "stop": 1172969341
        },
        {
            "start": 1172969342,
            "stop": 1172973746
        },
        {
            "start": 1172977289,
            "stop": 1172978610
        },
        {
            "start": 1172978613,
            "stop": 1172979886
        },
        {
            "start": 1172986826,
            "stop": 1172987464
        },
        {
            "start": 1172987697,
            "stop": 1173007096
        },
        {
            "start": 1173007104,
            "stop": 1173007105
        },
        {
            "start": 1173007106,
            "stop": 1173008837
        },
        {
            "start": 1173008840,
            "stop": 1173016814
        },
        {
            "start": 1173017446,
            "stop": 1173020682
        }
    ]
}