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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16804",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16805,
    "results": [
        {
            "start": 875128548,
            "stop": 875128553
        },
        {
            "start": 875128554,
            "stop": 875128557
        },
        {
            "start": 875128558,
            "stop": 875128559
        },
        {
            "start": 875128560,
            "stop": 875128561
        },
        {
            "start": 875128570,
            "stop": 875128571
        },
        {
            "start": 875128573,
            "stop": 875128575
        },
        {
            "start": 875128580,
            "stop": 875128582
        },
        {
            "start": 875128587,
            "stop": 875128604
        },
        {
            "start": 875128608,
            "stop": 875128609
        },
        {
            "start": 875128615,
            "stop": 875128620
        },
        {
            "start": 875128621,
            "stop": 875128623
        },
        {
            "start": 875128633,
            "stop": 875128635
        },
        {
            "start": 875128638,
            "stop": 875128661
        },
        {
            "start": 875128666,
            "stop": 875128668
        },
        {
            "start": 875128671,
            "stop": 875128684
        },
        {
            "start": 875128685,
            "stop": 875128692
        },
        {
            "start": 875128695,
            "stop": 875128700
        },
        {
            "start": 875128713,
            "stop": 875128714
        },
        {
            "start": 875128717,
            "stop": 875128718
        },
        {
            "start": 875128723,
            "stop": 875128725
        }
    ]
}