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=40754
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=40755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40753",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40754,
    "results": [
        {
            "start": 874974460,
            "stop": 874974468
        },
        {
            "start": 874974469,
            "stop": 874974499
        },
        {
            "start": 874974503,
            "stop": 874974524
        },
        {
            "start": 874974526,
            "stop": 874974539
        },
        {
            "start": 874974540,
            "stop": 874974544
        },
        {
            "start": 874974545,
            "stop": 874974564
        },
        {
            "start": 874974565,
            "stop": 874974566
        },
        {
            "start": 874974567,
            "stop": 874974579
        },
        {
            "start": 874974580,
            "stop": 874974587
        },
        {
            "start": 874974588,
            "stop": 874974592
        },
        {
            "start": 874974593,
            "stop": 874974605
        },
        {
            "start": 874974607,
            "stop": 874974610
        },
        {
            "start": 874974611,
            "stop": 874974627
        },
        {
            "start": 874974628,
            "stop": 874974629
        },
        {
            "start": 874974631,
            "stop": 874974668
        },
        {
            "start": 874974669,
            "stop": 874974680
        },
        {
            "start": 874974682,
            "stop": 874974684
        },
        {
            "start": 874974686,
            "stop": 874974694
        },
        {
            "start": 874974695,
            "stop": 874974714
        },
        {
            "start": 874974716,
            "stop": 874974736
        }
    ]
}