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=1450
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=1451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1449",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1450,
    "results": [
        {
            "start": 857434686,
            "stop": 857434699
        },
        {
            "start": 857434702,
            "stop": 857435217
        },
        {
            "start": 857435468,
            "stop": 857442471
        },
        {
            "start": 857442487,
            "stop": 857445591
        },
        {
            "start": 857447941,
            "stop": 857448534
        },
        {
            "start": 857448537,
            "stop": 857477592
        },
        {
            "start": 857477949,
            "stop": 857498438
        },
        {
            "start": 857500271,
            "stop": 857501002
        },
        {
            "start": 857502075,
            "stop": 857502337
        },
        {
            "start": 857502489,
            "stop": 857502721
        },
        {
            "start": 857503094,
            "stop": 857505418
        },
        {
            "start": 857505950,
            "stop": 857509767
        },
        {
            "start": 857511926,
            "stop": 857516256
        },
        {
            "start": 857516259,
            "stop": 857516501
        },
        {
            "start": 857517557,
            "stop": 857517774
        },
        {
            "start": 857517777,
            "stop": 857517947
        },
        {
            "start": 857517950,
            "stop": 857518091
        },
        {
            "start": 857518333,
            "stop": 857548674
        },
        {
            "start": 857548677,
            "stop": 857591709
        },
        {
            "start": 857591952,
            "stop": 857592061
        }
    ]
}