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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=354",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 355,
    "results": [
        {
            "start": 863718683,
            "stop": 863719501
        },
        {
            "start": 863719611,
            "stop": 863720311
        },
        {
            "start": 863720851,
            "stop": 863721259
        },
        {
            "start": 863721369,
            "stop": 863721700
        },
        {
            "start": 863722000,
            "stop": 863734028
        },
        {
            "start": 863734512,
            "stop": 863734973
        },
        {
            "start": 863735273,
            "stop": 863743551
        },
        {
            "start": 863743927,
            "stop": 863760059
        },
        {
            "start": 863760076,
            "stop": 863760359
        },
        {
            "start": 863760822,
            "stop": 863760989
        },
        {
            "start": 863761007,
            "stop": 863761162
        },
        {
            "start": 863761179,
            "stop": 863770507
        },
        {
            "start": 863772906,
            "stop": 863788847
        },
        {
            "start": 863788876,
            "stop": 863788884
        },
        {
            "start": 863788906,
            "stop": 863791614
        },
        {
            "start": 863791680,
            "stop": 863804897
        },
        {
            "start": 863804943,
            "stop": 863805585
        },
        {
            "start": 863805695,
            "stop": 863806323
        },
        {
            "start": 863806623,
            "stop": 863810241
        },
        {
            "start": 863810541,
            "stop": 863811144
        }
    ]
}