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=1480
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=1481",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1479",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1480,
    "results": [
        {
            "start": 862955216,
            "stop": 862957963
        },
        {
            "start": 862958930,
            "stop": 863027539
        },
        {
            "start": 863027822,
            "stop": 863037228
        },
        {
            "start": 863037231,
            "stop": 863051978
        },
        {
            "start": 863052122,
            "stop": 863052999
        },
        {
            "start": 863053211,
            "stop": 863053246
        },
        {
            "start": 863055962,
            "stop": 863120479
        },
        {
            "start": 863120482,
            "stop": 863143580
        },
        {
            "start": 863143611,
            "stop": 863156346
        },
        {
            "start": 863167785,
            "stop": 863185137
        },
        {
            "start": 863185374,
            "stop": 863195896
        },
        {
            "start": 863195900,
            "stop": 863197850
        },
        {
            "start": 863197856,
            "stop": 863197908
        },
        {
            "start": 863199636,
            "stop": 863202499
        },
        {
            "start": 863203412,
            "stop": 863215947
        },
        {
            "start": 863215950,
            "stop": 863216934
        },
        {
            "start": 863217791,
            "stop": 863220717
        },
        {
            "start": 863222313,
            "stop": 863276421
        },
        {
            "start": 863294172,
            "stop": 863294487
        },
        {
            "start": 863294490,
            "stop": 863295669
        }
    ]
}