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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 48,
    "results": [
        {
            "start": 931174880,
            "stop": 931174881
        },
        {
            "start": 931174882,
            "stop": 931174935
        },
        {
            "start": 931174936,
            "stop": 931175006
        },
        {
            "start": 931175007,
            "stop": 931175026
        },
        {
            "start": 931175028,
            "stop": 931175287
        },
        {
            "start": 931175288,
            "stop": 931175349
        },
        {
            "start": 931175350,
            "stop": 931175401
        },
        {
            "start": 931175402,
            "stop": 931175515
        },
        {
            "start": 931175517,
            "stop": 931175600
        },
        {
            "start": 931175601,
            "stop": 931175607
        },
        {
            "start": 931175608,
            "stop": 931175734
        },
        {
            "start": 931175735,
            "stop": 931175744
        },
        {
            "start": 931175745,
            "stop": 931175821
        },
        {
            "start": 931175822,
            "stop": 931175877
        },
        {
            "start": 931175878,
            "stop": 931175907
        },
        {
            "start": 931175908,
            "stop": 931175917
        },
        {
            "start": 931175918,
            "stop": 931176015
        },
        {
            "start": 931176375,
            "stop": 931176594
        },
        {
            "start": 931176595,
            "stop": 931176614
        },
        {
            "start": 931176615,
            "stop": 931176643
        }
    ]
}