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=1448
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=1449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1447",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1448,
    "results": [
        {
            "start": 857163125,
            "stop": 857168114
        },
        {
            "start": 857168117,
            "stop": 857168990
        },
        {
            "start": 857168995,
            "stop": 857169256
        },
        {
            "start": 857170484,
            "stop": 857232137
        },
        {
            "start": 857251150,
            "stop": 857258012
        },
        {
            "start": 857258374,
            "stop": 857262634
        },
        {
            "start": 857263073,
            "stop": 857264647
        },
        {
            "start": 857264989,
            "stop": 857268818
        },
        {
            "start": 857269210,
            "stop": 857308434
        },
        {
            "start": 857308975,
            "stop": 857321203
        },
        {
            "start": 857321382,
            "stop": 857325334
        },
        {
            "start": 857325337,
            "stop": 857335789
        },
        {
            "start": 857336119,
            "stop": 857344821
        },
        {
            "start": 857344824,
            "stop": 857349500
        },
        {
            "start": 857349503,
            "stop": 857362624
        },
        {
            "start": 857363924,
            "stop": 857366103
        },
        {
            "start": 857367553,
            "stop": 857402357
        },
        {
            "start": 857403321,
            "stop": 857406307
        },
        {
            "start": 857406310,
            "stop": 857406403
        },
        {
            "start": 857410112,
            "stop": 857411414
        }
    ]
}