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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=178",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 179,
    "results": [
        {
            "start": 931472432,
            "stop": 931472463
        },
        {
            "start": 931472465,
            "stop": 931472471
        },
        {
            "start": 931472473,
            "stop": 931472482
        },
        {
            "start": 931472484,
            "stop": 931472499
        },
        {
            "start": 931472501,
            "stop": 931472518
        },
        {
            "start": 931472520,
            "stop": 931472530
        },
        {
            "start": 931472531,
            "stop": 931472533
        },
        {
            "start": 931472534,
            "stop": 931472573
        },
        {
            "start": 931472575,
            "stop": 931472577
        },
        {
            "start": 931472578,
            "stop": 931472603
        },
        {
            "start": 931472609,
            "stop": 931472610
        },
        {
            "start": 931472612,
            "stop": 931472613
        },
        {
            "start": 931472614,
            "stop": 931472616
        },
        {
            "start": 931472618,
            "stop": 931472622
        },
        {
            "start": 931472624,
            "stop": 931472628
        },
        {
            "start": 931472629,
            "stop": 931472646
        },
        {
            "start": 931472647,
            "stop": 931472651
        },
        {
            "start": 931472653,
            "stop": 931472660
        },
        {
            "start": 931472661,
            "stop": 931472665
        },
        {
            "start": 931472667,
            "stop": 931472678
        }
    ]
}