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=40665
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=40666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40664",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40665,
    "results": [
        {
            "start": 874922480,
            "stop": 874922481
        },
        {
            "start": 874922483,
            "stop": 874922492
        },
        {
            "start": 874922494,
            "stop": 874922513
        },
        {
            "start": 874922517,
            "stop": 874922539
        },
        {
            "start": 874922540,
            "stop": 874922549
        },
        {
            "start": 874922550,
            "stop": 874922556
        },
        {
            "start": 874922557,
            "stop": 874922569
        },
        {
            "start": 874922570,
            "stop": 874922576
        },
        {
            "start": 874922577,
            "stop": 874922581
        },
        {
            "start": 874922582,
            "stop": 874922593
        },
        {
            "start": 874922594,
            "stop": 874922618
        },
        {
            "start": 874922620,
            "stop": 874922640
        },
        {
            "start": 874922641,
            "stop": 874922646
        },
        {
            "start": 874922648,
            "stop": 874922657
        },
        {
            "start": 874922658,
            "stop": 874922659
        },
        {
            "start": 874922660,
            "stop": 874922665
        },
        {
            "start": 874922667,
            "stop": 874922682
        },
        {
            "start": 874922683,
            "stop": 874922706
        },
        {
            "start": 874922707,
            "stop": 874922766
        },
        {
            "start": 874922769,
            "stop": 874922800
        }
    ]
}