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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=27",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 28,
    "results": [
        {
            "start": 1133260208,
            "stop": 1133304360
        },
        {
            "start": 1133326571,
            "stop": 1133380618
        },
        {
            "start": 1133442869,
            "stop": 1133468426
        },
        {
            "start": 1133579856,
            "stop": 1133625907
        },
        {
            "start": 1133663139,
            "stop": 1133665971
        },
        {
            "start": 1133674275,
            "stop": 1133692878
        },
        {
            "start": 1133744521,
            "stop": 1133747565
        },
        {
            "start": 1133752701,
            "stop": 1133754942
        },
        {
            "start": 1133759726,
            "stop": 1133771116
        },
        {
            "start": 1133771371,
            "stop": 1133773825
        },
        {
            "start": 1133775853,
            "stop": 1133801006
        },
        {
            "start": 1133927365,
            "stop": 1133976064
        },
        {
            "start": 1133978532,
            "stop": 1133979005
        },
        {
            "start": 1133988945,
            "stop": 1133991119
        },
        {
            "start": 1133993497,
            "stop": 1133995504
        },
        {
            "start": 1133996639,
            "stop": 1134007567
        },
        {
            "start": 1134007710,
            "stop": 1134010574
        },
        {
            "start": 1134066213,
            "stop": 1134068212
        },
        {
            "start": 1134074728,
            "stop": 1134076535
        },
        {
            "start": 1134104115,
            "stop": 1134156863
        }
    ]
}