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=1319
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=1320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1318",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1319,
    "results": [
        {
            "start": 843837749,
            "stop": 843837752
        },
        {
            "start": 843837755,
            "stop": 843837800
        },
        {
            "start": 843837803,
            "stop": 843837849
        },
        {
            "start": 843837854,
            "stop": 843837861
        },
        {
            "start": 843837864,
            "stop": 843837911
        },
        {
            "start": 843837914,
            "stop": 843837932
        },
        {
            "start": 843837935,
            "stop": 843837948
        },
        {
            "start": 843837951,
            "stop": 843837959
        },
        {
            "start": 843837962,
            "stop": 843837973
        },
        {
            "start": 843837976,
            "stop": 843837982
        },
        {
            "start": 843837985,
            "stop": 843837991
        },
        {
            "start": 843837994,
            "stop": 843837995
        },
        {
            "start": 843837998,
            "stop": 843838000
        },
        {
            "start": 843838006,
            "stop": 843838034
        },
        {
            "start": 843838037,
            "stop": 843838054
        },
        {
            "start": 843838059,
            "stop": 843838060
        },
        {
            "start": 843838063,
            "stop": 843838072
        },
        {
            "start": 843838079,
            "stop": 843838088
        },
        {
            "start": 843838091,
            "stop": 843838092
        },
        {
            "start": 843838095,
            "stop": 843838096
        }
    ]
}