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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1796",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1794",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1795,
    "results": [
        {
            "start": 959971114,
            "stop": 959971358
        },
        {
            "start": 959971360,
            "stop": 959971367
        },
        {
            "start": 959971369,
            "stop": 959971371
        },
        {
            "start": 959971373,
            "stop": 959973357
        },
        {
            "start": 959973676,
            "stop": 959973704
        },
        {
            "start": 959974712,
            "stop": 959974722
        },
        {
            "start": 959977258,
            "stop": 959978091
        },
        {
            "start": 959978093,
            "stop": 959980374
        },
        {
            "start": 959980375,
            "stop": 959980500
        },
        {
            "start": 959980502,
            "stop": 959980505
        },
        {
            "start": 959980507,
            "stop": 959980711
        },
        {
            "start": 959980713,
            "stop": 959980762
        },
        {
            "start": 959980764,
            "stop": 959980770
        },
        {
            "start": 959980772,
            "stop": 959980781
        },
        {
            "start": 959982079,
            "stop": 959983476
        },
        {
            "start": 959983479,
            "stop": 959983709
        },
        {
            "start": 959983712,
            "stop": 959984032
        },
        {
            "start": 959984034,
            "stop": 959984840
        },
        {
            "start": 959989659,
            "stop": 959992887
        },
        {
            "start": 960003979,
            "stop": 960005740
        }
    ]
}