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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=17",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 18,
    "results": [
        {
            "start": 1246808939,
            "stop": 1246821882
        },
        {
            "start": 1246822002,
            "stop": 1246824022
        },
        {
            "start": 1246830624,
            "stop": 1246864299
        },
        {
            "start": 1246864403,
            "stop": 1246864657
        },
        {
            "start": 1246864740,
            "stop": 1246911722
        },
        {
            "start": 1246912685,
            "stop": 1246919603
        },
        {
            "start": 1246919810,
            "stop": 1246928500
        },
        {
            "start": 1246928635,
            "stop": 1246935074
        },
        {
            "start": 1246935163,
            "stop": 1246944553
        },
        {
            "start": 1246952467,
            "stop": 1246960362
        },
        {
            "start": 1246967851,
            "stop": 1247036503
        },
        {
            "start": 1247042149,
            "stop": 1247131971
        },
        {
            "start": 1247150240,
            "stop": 1247185818
        },
        {
            "start": 1247186228,
            "stop": 1247231563
        },
        {
            "start": 1247236921,
            "stop": 1247238624
        },
        {
            "start": 1247242341,
            "stop": 1247289039
        },
        {
            "start": 1247294313,
            "stop": 1247295779
        },
        {
            "start": 1247295999,
            "stop": 1247323929
        },
        {
            "start": 1247351283,
            "stop": 1247352233
        },
        {
            "start": 1247359789,
            "stop": 1247382671
        }
    ]
}