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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4283",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4284,
    "results": [
        {
            "start": 874639008,
            "stop": 874639013
        },
        {
            "start": 874639034,
            "stop": 874639143
        },
        {
            "start": 874639162,
            "stop": 874639327
        },
        {
            "start": 874639359,
            "stop": 874639372
        },
        {
            "start": 874639392,
            "stop": 874639464
        },
        {
            "start": 874639483,
            "stop": 874639500
        },
        {
            "start": 874639560,
            "stop": 874639646
        },
        {
            "start": 874639665,
            "stop": 874639974
        },
        {
            "start": 874639993,
            "stop": 874639998
        },
        {
            "start": 874640017,
            "stop": 874640056
        },
        {
            "start": 874640076,
            "stop": 874640143
        },
        {
            "start": 874640263,
            "stop": 874640312
        },
        {
            "start": 874640337,
            "stop": 874640385
        },
        {
            "start": 874640511,
            "stop": 874640546
        },
        {
            "start": 874640565,
            "stop": 874640874
        },
        {
            "start": 874640899,
            "stop": 874640914
        },
        {
            "start": 874640933,
            "stop": 874641061
        },
        {
            "start": 874641080,
            "stop": 874641110
        },
        {
            "start": 874641129,
            "stop": 874641155
        },
        {
            "start": 874641176,
            "stop": 874641178
        }
    ]
}