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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7311",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7312,
    "results": [
        {
            "start": 875151589,
            "stop": 875151751
        },
        {
            "start": 875151753,
            "stop": 875151924
        },
        {
            "start": 875151926,
            "stop": 875152008
        },
        {
            "start": 875152009,
            "stop": 875152295
        },
        {
            "start": 875152296,
            "stop": 875152500
        },
        {
            "start": 875152501,
            "stop": 875152815
        },
        {
            "start": 875152816,
            "stop": 875153266
        },
        {
            "start": 875153267,
            "stop": 875153676
        },
        {
            "start": 875153677,
            "stop": 875153679
        },
        {
            "start": 875153680,
            "stop": 875153693
        },
        {
            "start": 875153694,
            "stop": 875153987
        },
        {
            "start": 875153989,
            "stop": 875154075
        },
        {
            "start": 875162483,
            "stop": 875162679
        },
        {
            "start": 875162680,
            "stop": 875162715
        },
        {
            "start": 875162716,
            "stop": 875162976
        },
        {
            "start": 875162977,
            "stop": 875163048
        },
        {
            "start": 875163049,
            "stop": 875163319
        },
        {
            "start": 875163320,
            "stop": 875163600
        },
        {
            "start": 875163601,
            "stop": 875164207
        },
        {
            "start": 875164208,
            "stop": 875164223
        }
    ]
}