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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=7",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 8,
    "results": [
        {
            "start": 1128122408,
            "stop": 1128154234
        },
        {
            "start": 1128154485,
            "stop": 1128171655
        },
        {
            "start": 1128198165,
            "stop": 1128204054
        },
        {
            "start": 1128204256,
            "stop": 1128205107
        },
        {
            "start": 1128207445,
            "stop": 1128214436
        },
        {
            "start": 1128214437,
            "stop": 1128223464
        },
        {
            "start": 1128223465,
            "stop": 1128238559
        },
        {
            "start": 1128238561,
            "stop": 1128239687
        },
        {
            "start": 1128240543,
            "stop": 1128285169
        },
        {
            "start": 1128285170,
            "stop": 1128286085
        },
        {
            "start": 1128286086,
            "stop": 1128299091
        },
        {
            "start": 1128308153,
            "stop": 1128320656
        },
        {
            "start": 1128321192,
            "stop": 1128351770
        },
        {
            "start": 1128387026,
            "stop": 1128388858
        },
        {
            "start": 1128389405,
            "stop": 1128404000
        },
        {
            "start": 1128404291,
            "stop": 1128406196
        },
        {
            "start": 1128407435,
            "stop": 1128421524
        },
        {
            "start": 1128422763,
            "stop": 1128425941
        },
        {
            "start": 1128426238,
            "stop": 1128432601
        },
        {
            "start": 1128432991,
            "stop": 1128438177
        }
    ]
}