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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=2",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 3,
    "results": [
        {
            "start": 1257531662,
            "stop": 1257544861
        },
        {
            "start": 1257549313,
            "stop": 1257550139
        },
        {
            "start": 1257560411,
            "stop": 1257570585
        },
        {
            "start": 1257642805,
            "stop": 1257685622
        },
        {
            "start": 1257738906,
            "stop": 1257757910
        },
        {
            "start": 1257758193,
            "stop": 1257784787
        },
        {
            "start": 1257816219,
            "stop": 1257899409
        },
        {
            "start": 1257899421,
            "stop": 1257985356
        },
        {
            "start": 1257992320,
            "stop": 1258033994
        },
        {
            "start": 1258034281,
            "stop": 1258036580
        },
        {
            "start": 1258052692,
            "stop": 1258060601
        },
        {
            "start": 1258060623,
            "stop": 1258076212
        },
        {
            "start": 1258076663,
            "stop": 1258110327
        },
        {
            "start": 1258111092,
            "stop": 1258128953
        },
        {
            "start": 1258141647,
            "stop": 1258141661
        },
        {
            "start": 1258141693,
            "stop": 1258162837
        },
        {
            "start": 1258162973,
            "stop": 1258208151
        },
        {
            "start": 1258245192,
            "stop": 1258245335
        },
        {
            "start": 1258245387,
            "stop": 1258259482
        },
        {
            "start": 1258274014,
            "stop": 1258274939
        }
    ]
}