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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1305",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1306,
    "results": [
        {
            "start": 843829289,
            "stop": 843829316
        },
        {
            "start": 843829320,
            "stop": 843829336
        },
        {
            "start": 843829341,
            "stop": 843829365
        },
        {
            "start": 843829368,
            "stop": 843829414
        },
        {
            "start": 843829417,
            "stop": 843829431
        },
        {
            "start": 843829434,
            "stop": 843829519
        },
        {
            "start": 843829522,
            "stop": 843829568
        },
        {
            "start": 843829571,
            "stop": 843829606
        },
        {
            "start": 843829611,
            "stop": 843829620
        },
        {
            "start": 843829623,
            "stop": 843829628
        },
        {
            "start": 843829631,
            "stop": 843829653
        },
        {
            "start": 843829656,
            "stop": 843829667
        },
        {
            "start": 843829670,
            "stop": 843829701
        },
        {
            "start": 843829704,
            "stop": 843829748
        },
        {
            "start": 843829751,
            "stop": 843829765
        },
        {
            "start": 843829768,
            "stop": 843829786
        },
        {
            "start": 843829789,
            "stop": 843829791
        },
        {
            "start": 843829798,
            "stop": 843829804
        },
        {
            "start": 843829807,
            "stop": 843829809
        },
        {
            "start": 843829812,
            "stop": 843829822
        }
    ]
}