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=1455
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=1456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1454",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1455,
    "results": [
        {
            "start": 858165192,
            "stop": 858182896
        },
        {
            "start": 858183102,
            "stop": 858184979
        },
        {
            "start": 858186449,
            "stop": 858191285
        },
        {
            "start": 858191482,
            "stop": 858204080
        },
        {
            "start": 858204208,
            "stop": 858207158
        },
        {
            "start": 858208136,
            "stop": 858217529
        },
        {
            "start": 858218348,
            "stop": 858219622
        },
        {
            "start": 858221428,
            "stop": 858269730
        },
        {
            "start": 858270256,
            "stop": 858271908
        },
        {
            "start": 858272143,
            "stop": 858274336
        },
        {
            "start": 858275717,
            "stop": 858291777
        },
        {
            "start": 858293500,
            "stop": 858360125
        },
        {
            "start": 858360129,
            "stop": 858376150
        },
        {
            "start": 858377319,
            "stop": 858377934
        },
        {
            "start": 858378451,
            "stop": 858390331
        },
        {
            "start": 858391298,
            "stop": 858429001
        },
        {
            "start": 858429408,
            "stop": 858436384
        },
        {
            "start": 858436480,
            "stop": 858438014
        },
        {
            "start": 858455027,
            "stop": 858461926
        },
        {
            "start": 858464008,
            "stop": 858464683
        }
    ]
}