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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=80",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 81,
    "results": [
        {
            "start": 1258848468,
            "stop": 1258848773
        },
        {
            "start": 1258848777,
            "stop": 1258849008
        },
        {
            "start": 1258849011,
            "stop": 1258849372
        },
        {
            "start": 1258849375,
            "stop": 1258851935
        },
        {
            "start": 1258851938,
            "stop": 1258851991
        },
        {
            "start": 1258851994,
            "stop": 1258852819
        },
        {
            "start": 1258852823,
            "stop": 1258854184
        },
        {
            "start": 1258854189,
            "stop": 1258855343
        },
        {
            "start": 1258855345,
            "stop": 1258856429
        },
        {
            "start": 1258856433,
            "stop": 1258857889
        },
        {
            "start": 1258857893,
            "stop": 1258863486
        },
        {
            "start": 1258863487,
            "stop": 1258863555
        },
        {
            "start": 1258863557,
            "stop": 1258863950
        },
        {
            "start": 1258863951,
            "stop": 1258864958
        },
        {
            "start": 1258864962,
            "stop": 1258867702
        },
        {
            "start": 1258867705,
            "stop": 1258868260
        },
        {
            "start": 1258868261,
            "stop": 1258869395
        },
        {
            "start": 1258869398,
            "stop": 1258873521
        },
        {
            "start": 1258873526,
            "stop": 1258873614
        },
        {
            "start": 1258873618,
            "stop": 1258875502
        }
    ]
}