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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5297",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5295",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5296,
    "results": [
        {
            "start": 1136457659,
            "stop": 1136457719
        },
        {
            "start": 1136457721,
            "stop": 1136457729
        },
        {
            "start": 1136457731,
            "stop": 1136457751
        },
        {
            "start": 1136457753,
            "stop": 1136458296
        },
        {
            "start": 1136458298,
            "stop": 1136458353
        },
        {
            "start": 1136458357,
            "stop": 1136458370
        },
        {
            "start": 1136458372,
            "stop": 1136458463
        },
        {
            "start": 1136458465,
            "stop": 1136458477
        },
        {
            "start": 1136458479,
            "stop": 1136458483
        },
        {
            "start": 1136458485,
            "stop": 1136458632
        },
        {
            "start": 1136458634,
            "stop": 1136458691
        },
        {
            "start": 1136458693,
            "stop": 1136458910
        },
        {
            "start": 1136458912,
            "stop": 1136458935
        },
        {
            "start": 1136459854,
            "stop": 1136459870
        },
        {
            "start": 1136459872,
            "stop": 1136459873
        },
        {
            "start": 1136459875,
            "stop": 1136459999
        },
        {
            "start": 1136460001,
            "stop": 1136460180
        },
        {
            "start": 1136460182,
            "stop": 1136460466
        },
        {
            "start": 1136460468,
            "stop": 1136460479
        },
        {
            "start": 1136460482,
            "stop": 1136460498
        }
    ]
}