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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=7",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 8,
    "results": [
        {
            "start": 1241417182,
            "stop": 1241455140
        },
        {
            "start": 1241469393,
            "stop": 1241474688
        },
        {
            "start": 1241476088,
            "stop": 1241477440
        },
        {
            "start": 1241482257,
            "stop": 1241496841
        },
        {
            "start": 1241502042,
            "stop": 1241543561
        },
        {
            "start": 1241546148,
            "stop": 1241569520
        },
        {
            "start": 1241569755,
            "stop": 1241680362
        },
        {
            "start": 1241689640,
            "stop": 1241725020
        },
        {
            "start": 1241739102,
            "stop": 1241758867
        },
        {
            "start": 1241758886,
            "stop": 1241808777
        },
        {
            "start": 1241810678,
            "stop": 1241816107
        },
        {
            "start": 1241816128,
            "stop": 1241819786
        },
        {
            "start": 1241820195,
            "stop": 1241824573
        },
        {
            "start": 1241831865,
            "stop": 1241867688
        },
        {
            "start": 1241868465,
            "stop": 1241871981
        },
        {
            "start": 1241872515,
            "stop": 1241874757
        },
        {
            "start": 1241934582,
            "stop": 1241934706
        },
        {
            "start": 1241934797,
            "stop": 1241935328
        },
        {
            "start": 1241935423,
            "stop": 1241959894
        },
        {
            "start": 1242071790,
            "stop": 1242080583
        }
    ]
}