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=1456
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=1457",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1455",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1456,
    "results": [
        {
            "start": 858464857,
            "stop": 858465711
        },
        {
            "start": 858465714,
            "stop": 858467804
        },
        {
            "start": 858468962,
            "stop": 858469680
        },
        {
            "start": 858469769,
            "stop": 858489775
        },
        {
            "start": 858489945,
            "stop": 858528281
        },
        {
            "start": 858529261,
            "stop": 858531600
        },
        {
            "start": 858531603,
            "stop": 858535235
        },
        {
            "start": 858535238,
            "stop": 858535288
        },
        {
            "start": 858535758,
            "stop": 858539795
        },
        {
            "start": 858539800,
            "stop": 858540053
        },
        {
            "start": 858540056,
            "stop": 858541511
        },
        {
            "start": 858541516,
            "stop": 858556046
        },
        {
            "start": 858557039,
            "stop": 858563169
        },
        {
            "start": 858563172,
            "stop": 858594447
        },
        {
            "start": 858595354,
            "stop": 858607749
        },
        {
            "start": 858608844,
            "stop": 858615765
        },
        {
            "start": 858615770,
            "stop": 858615931
        },
        {
            "start": 858615937,
            "stop": 858617684
        },
        {
            "start": 858619710,
            "stop": 858620362
        },
        {
            "start": 858621523,
            "stop": 858625227
        }
    ]
}