Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=207
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=206",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 207,
    "results": [
        {
            "start": 820918089,
            "stop": 820918094
        },
        {
            "start": 820918097,
            "stop": 820918704
        },
        {
            "start": 820918708,
            "stop": 820918971
        },
        {
            "start": 820918974,
            "stop": 820919288
        },
        {
            "start": 820919291,
            "stop": 820919336
        },
        {
            "start": 820919340,
            "stop": 820919344
        },
        {
            "start": 820919348,
            "stop": 820919433
        },
        {
            "start": 820919436,
            "stop": 820919625
        },
        {
            "start": 820919628,
            "stop": 820920196
        },
        {
            "start": 820920199,
            "stop": 820920226
        },
        {
            "start": 820920229,
            "stop": 820920249
        },
        {
            "start": 820920252,
            "stop": 820920688
        },
        {
            "start": 820920691,
            "stop": 820921144
        },
        {
            "start": 820921149,
            "stop": 820921155
        },
        {
            "start": 820921158,
            "stop": 820921273
        },
        {
            "start": 820923558,
            "stop": 820923696
        },
        {
            "start": 820923699,
            "stop": 820923712
        },
        {
            "start": 820923717,
            "stop": 820923799
        },
        {
            "start": 820923802,
            "stop": 820923956
        },
        {
            "start": 820923959,
            "stop": 820924602
        }
    ]
}