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=1760
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=1761",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1759",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1760,
    "results": [
        {
            "start": 958735226,
            "stop": 958735227
        },
        {
            "start": 958735230,
            "stop": 958735232
        },
        {
            "start": 958735235,
            "stop": 958735240
        },
        {
            "start": 958735244,
            "stop": 958735245
        },
        {
            "start": 958735248,
            "stop": 958735251
        },
        {
            "start": 958735253,
            "stop": 958735287
        },
        {
            "start": 958735297,
            "stop": 958735298
        },
        {
            "start": 958735300,
            "stop": 958735308
        },
        {
            "start": 958735311,
            "stop": 958735343
        },
        {
            "start": 958735346,
            "stop": 958735348
        },
        {
            "start": 958735350,
            "stop": 958735386
        },
        {
            "start": 958735388,
            "stop": 958735394
        },
        {
            "start": 958735396,
            "stop": 958735536
        },
        {
            "start": 958735538,
            "stop": 958735550
        },
        {
            "start": 958735554,
            "stop": 958735568
        },
        {
            "start": 958735574,
            "stop": 958735575
        },
        {
            "start": 958735578,
            "stop": 958735641
        },
        {
            "start": 958735643,
            "stop": 958735644
        },
        {
            "start": 958735645,
            "stop": 958735657
        },
        {
            "start": 958735659,
            "stop": 958735662
        }
    ]
}