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=40949
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=40950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40948",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40949,
    "results": [
        {
            "start": 875118743,
            "stop": 875118775
        },
        {
            "start": 875118776,
            "stop": 875118801
        },
        {
            "start": 875118802,
            "stop": 875118813
        },
        {
            "start": 875118815,
            "stop": 875118817
        },
        {
            "start": 875118818,
            "stop": 875118860
        },
        {
            "start": 875118861,
            "stop": 875118893
        },
        {
            "start": 875118894,
            "stop": 875118943
        },
        {
            "start": 875118944,
            "stop": 875118945
        },
        {
            "start": 875118946,
            "stop": 875119009
        },
        {
            "start": 875119010,
            "stop": 875119032
        },
        {
            "start": 875119034,
            "stop": 875119051
        },
        {
            "start": 875119052,
            "stop": 875119057
        },
        {
            "start": 875119058,
            "stop": 875119179
        },
        {
            "start": 875119180,
            "stop": 875119225
        },
        {
            "start": 875119226,
            "stop": 875119243
        },
        {
            "start": 875119244,
            "stop": 875119353
        },
        {
            "start": 875119354,
            "stop": 875119371
        },
        {
            "start": 875119372,
            "stop": 875119396
        },
        {
            "start": 875119397,
            "stop": 875119435
        },
        {
            "start": 875119436,
            "stop": 875119450
        }
    ]
}