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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6571",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6572,
    "results": [
        {
            "start": 874521275,
            "stop": 874521282
        },
        {
            "start": 874521283,
            "stop": 874521327
        },
        {
            "start": 874521328,
            "stop": 874521714
        },
        {
            "start": 874521715,
            "stop": 874521782
        },
        {
            "start": 874521784,
            "stop": 874522494
        },
        {
            "start": 874522496,
            "stop": 874523034
        },
        {
            "start": 874523035,
            "stop": 874523263
        },
        {
            "start": 874523264,
            "stop": 874523491
        },
        {
            "start": 874523492,
            "stop": 874523674
        },
        {
            "start": 874523675,
            "stop": 874523767
        },
        {
            "start": 874523768,
            "stop": 874524242
        },
        {
            "start": 874524243,
            "stop": 874524368
        },
        {
            "start": 874524369,
            "stop": 874524376
        },
        {
            "start": 874524377,
            "stop": 874524470
        },
        {
            "start": 874524471,
            "stop": 874524684
        },
        {
            "start": 874524685,
            "stop": 874524783
        },
        {
            "start": 874525375,
            "stop": 874525921
        },
        {
            "start": 874525922,
            "stop": 874526262
        },
        {
            "start": 874526263,
            "stop": 874526281
        },
        {
            "start": 874529312,
            "stop": 874529329
        }
    ]
}