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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3108",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3109,
    "results": [
        {
            "start": 867042540,
            "stop": 867042600
        },
        {
            "start": 867042720,
            "stop": 867042840
        },
        {
            "start": 867043380,
            "stop": 867043620
        },
        {
            "start": 867043740,
            "stop": 867055380
        },
        {
            "start": 867055500,
            "stop": 867056156
        },
        {
            "start": 867057277,
            "stop": 867058140
        },
        {
            "start": 867058200,
            "stop": 867069720
        },
        {
            "start": 867069840,
            "stop": 867076007
        },
        {
            "start": 867076013,
            "stop": 867076020
        },
        {
            "start": 867076080,
            "stop": 867076107
        },
        {
            "start": 867076115,
            "stop": 867078144
        },
        {
            "start": 867081681,
            "stop": 867081734
        },
        {
            "start": 867082034,
            "stop": 867082380
        },
        {
            "start": 867082440,
            "stop": 867082464
        },
        {
            "start": 867085009,
            "stop": 867085440
        },
        {
            "start": 867085500,
            "stop": 867086280
        },
        {
            "start": 867086340,
            "stop": 867087180
        },
        {
            "start": 867087300,
            "stop": 867088610
        },
        {
            "start": 867088614,
            "stop": 867089160
        },
        {
            "start": 867089220,
            "stop": 867089272
        }
    ]
}