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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1162",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1160",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1161,
    "results": [
        {
            "start": 1137232663,
            "stop": 1137232718
        },
        {
            "start": 1137232719,
            "stop": 1137232835
        },
        {
            "start": 1137232836,
            "stop": 1137232845
        },
        {
            "start": 1137232846,
            "stop": 1137232869
        },
        {
            "start": 1137232870,
            "stop": 1137232890
        },
        {
            "start": 1137232891,
            "stop": 1137232896
        },
        {
            "start": 1137232897,
            "stop": 1137232928
        },
        {
            "start": 1137232929,
            "stop": 1137232964
        },
        {
            "start": 1137232965,
            "stop": 1137233264
        },
        {
            "start": 1137233265,
            "stop": 1137233324
        },
        {
            "start": 1137233325,
            "stop": 1137233405
        },
        {
            "start": 1137233406,
            "stop": 1137233496
        },
        {
            "start": 1137233497,
            "stop": 1137233525
        },
        {
            "start": 1137233526,
            "stop": 1137233530
        },
        {
            "start": 1137233531,
            "stop": 1137233565
        },
        {
            "start": 1137233566,
            "stop": 1137233643
        },
        {
            "start": 1137233644,
            "stop": 1137233743
        },
        {
            "start": 1137233744,
            "stop": 1137233786
        },
        {
            "start": 1137233787,
            "stop": 1137233849
        },
        {
            "start": 1137233850,
            "stop": 1137233895
        }
    ]
}