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=16771
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=16772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16770",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16771,
    "results": [
        {
            "start": 875108468,
            "stop": 875108510
        },
        {
            "start": 875108511,
            "stop": 875108512
        },
        {
            "start": 875108513,
            "stop": 875108520
        },
        {
            "start": 875108521,
            "stop": 875108541
        },
        {
            "start": 875108543,
            "stop": 875108578
        },
        {
            "start": 875108579,
            "stop": 875108597
        },
        {
            "start": 875108598,
            "stop": 875108621
        },
        {
            "start": 875108622,
            "stop": 875108625
        },
        {
            "start": 875108626,
            "stop": 875108641
        },
        {
            "start": 875108642,
            "stop": 875108643
        },
        {
            "start": 875108646,
            "stop": 875108653
        },
        {
            "start": 875108654,
            "stop": 875108670
        },
        {
            "start": 875108671,
            "stop": 875108678
        },
        {
            "start": 875108679,
            "stop": 875108701
        },
        {
            "start": 875108702,
            "stop": 875108712
        },
        {
            "start": 875108713,
            "stop": 875108714
        },
        {
            "start": 875108715,
            "stop": 875108724
        },
        {
            "start": 875108726,
            "stop": 875108742
        },
        {
            "start": 875108744,
            "stop": 875108755
        },
        {
            "start": 875108756,
            "stop": 875108786
        }
    ]
}