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=1438
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=1439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1437",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1438,
    "results": [
        {
            "start": 854926544,
            "stop": 854993982
        },
        {
            "start": 854994158,
            "stop": 855000512
        },
        {
            "start": 855000515,
            "stop": 855004729
        },
        {
            "start": 855004732,
            "stop": 855004899
        },
        {
            "start": 855005060,
            "stop": 855005494
        },
        {
            "start": 855005497,
            "stop": 855005501
        },
        {
            "start": 855005504,
            "stop": 855005667
        },
        {
            "start": 855005894,
            "stop": 855011522
        },
        {
            "start": 855011782,
            "stop": 855067987
        },
        {
            "start": 855067990,
            "stop": 855086935
        },
        {
            "start": 855088611,
            "stop": 855117024
        },
        {
            "start": 855117060,
            "stop": 855120322
        },
        {
            "start": 855123989,
            "stop": 855136519
        },
        {
            "start": 855136522,
            "stop": 855243371
        },
        {
            "start": 855244972,
            "stop": 855246134
        },
        {
            "start": 855246137,
            "stop": 855268099
        },
        {
            "start": 855268529,
            "stop": 855294904
        },
        {
            "start": 855294908,
            "stop": 855312440
        },
        {
            "start": 855314161,
            "stop": 855345742
        },
        {
            "start": 855345745,
            "stop": 855347963
        }
    ]
}