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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=4",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 5,
    "results": [
        {
            "start": 1127833830,
            "stop": 1127833914
        },
        {
            "start": 1127902758,
            "stop": 1127903099
        },
        {
            "start": 1127906072,
            "stop": 1127922265
        },
        {
            "start": 1127976803,
            "stop": 1128000259
        },
        {
            "start": 1128000460,
            "stop": 1128007755
        },
        {
            "start": 1128035545,
            "stop": 1128035610
        },
        {
            "start": 1128036741,
            "stop": 1128037349
        },
        {
            "start": 1128039919,
            "stop": 1128072514
        },
        {
            "start": 1128116549,
            "stop": 1128121872
        },
        {
            "start": 1128122408,
            "stop": 1128154234
        },
        {
            "start": 1128154485,
            "stop": 1128171655
        },
        {
            "start": 1128198165,
            "stop": 1128204054
        },
        {
            "start": 1128204256,
            "stop": 1128205107
        },
        {
            "start": 1128207445,
            "stop": 1128239687
        },
        {
            "start": 1128240543,
            "stop": 1128299091
        },
        {
            "start": 1128308153,
            "stop": 1128320656
        },
        {
            "start": 1128321192,
            "stop": 1128351770
        },
        {
            "start": 1128387026,
            "stop": 1128388858
        },
        {
            "start": 1128389405,
            "stop": 1128404000
        },
        {
            "start": 1128404291,
            "stop": 1128406196
        }
    ]
}