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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=154
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 154,
    "results": [
        {
            "start": 931401985,
            "stop": 931401989
        },
        {
            "start": 931401991,
            "stop": 931401994
        },
        {
            "start": 931401997,
            "stop": 931402016
        },
        {
            "start": 931402020,
            "stop": 931402021
        },
        {
            "start": 931402022,
            "stop": 931402038
        },
        {
            "start": 931402039,
            "stop": 931402071
        },
        {
            "start": 931402074,
            "stop": 931402075
        },
        {
            "start": 931402076,
            "stop": 931402100
        },
        {
            "start": 931402102,
            "stop": 931402115
        },
        {
            "start": 931402116,
            "stop": 931402141
        },
        {
            "start": 931402142,
            "stop": 931402162
        },
        {
            "start": 931402164,
            "stop": 931402165
        },
        {
            "start": 931402169,
            "stop": 931402195
        },
        {
            "start": 931402197,
            "stop": 931402218
        },
        {
            "start": 931402222,
            "stop": 931402244
        },
        {
            "start": 931402246,
            "stop": 931402301
        },
        {
            "start": 931402302,
            "stop": 931402364
        },
        {
            "start": 931402366,
            "stop": 931402372
        },
        {
            "start": 931402377,
            "stop": 931402417
        },
        {
            "start": 931402419,
            "stop": 931402422
        }
    ]
}