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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7116",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7117,
    "results": [
        {
            "start": 874692490,
            "stop": 874692817
        },
        {
            "start": 874692818,
            "stop": 874693101
        },
        {
            "start": 874693104,
            "stop": 874693962
        },
        {
            "start": 874694196,
            "stop": 874694245
        },
        {
            "start": 874694246,
            "stop": 874694313
        },
        {
            "start": 874694317,
            "stop": 874694380
        },
        {
            "start": 874694381,
            "stop": 874694624
        },
        {
            "start": 874694627,
            "stop": 874694758
        },
        {
            "start": 874694759,
            "stop": 874694959
        },
        {
            "start": 874694961,
            "stop": 874694967
        },
        {
            "start": 874694970,
            "stop": 874695303
        },
        {
            "start": 874695307,
            "stop": 874695535
        },
        {
            "start": 874695536,
            "stop": 874695672
        },
        {
            "start": 874695675,
            "stop": 874695677
        },
        {
            "start": 874695680,
            "stop": 874695720
        },
        {
            "start": 874695721,
            "stop": 874695937
        },
        {
            "start": 874695941,
            "stop": 874696310
        },
        {
            "start": 874696311,
            "stop": 874696377
        },
        {
            "start": 874696379,
            "stop": 874696444
        },
        {
            "start": 874696447,
            "stop": 874696652
        }
    ]
}