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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_STOCH_CAT1/segments?format=api&page=21",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 22,
    "results": [
        {
            "start": 1378587276,
            "stop": 1378587566
        },
        {
            "start": 1378587647,
            "stop": 1378617006
        },
        {
            "start": 1378625960,
            "stop": 1378665025
        },
        {
            "start": 1378681948,
            "stop": 1378701964
        },
        {
            "start": 1378706661,
            "stop": 1378762648
        },
        {
            "start": 1378767218,
            "stop": 1378842864
        },
        {
            "start": 1378847979,
            "stop": 1378868512
        },
        {
            "start": 1378868611,
            "stop": 1378917534
        },
        {
            "start": 1378924877,
            "stop": 1378952792
        },
        {
            "start": 1378957866,
            "stop": 1378971785
        },
        {
            "start": 1378977233,
            "stop": 1378985443
        },
        {
            "start": 1378993266,
            "stop": 1379079880
        },
        {
            "start": 1379089281,
            "stop": 1379121289
        },
        {
            "start": 1379121405,
            "stop": 1379129237
        },
        {
            "start": 1379138960,
            "stop": 1379150780
        },
        {
            "start": 1379194069,
            "stop": 1379197820
        },
        {
            "start": 1379202951,
            "stop": 1379255904
        },
        {
            "start": 1379268621,
            "stop": 1379271731
        },
        {
            "start": 1379271754,
            "stop": 1379272385
        },
        {
            "start": 1379288839,
            "stop": 1379292185
        }
    ]
}