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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=110",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 111,
    "results": [
        {
            "start": 1413181602,
            "stop": 1413181726
        },
        {
            "start": 1413181731,
            "stop": 1413181778
        },
        {
            "start": 1413189435,
            "stop": 1413189597
        },
        {
            "start": 1413189602,
            "stop": 1413189632
        },
        {
            "start": 1413189806,
            "stop": 1413203239
        },
        {
            "start": 1413203414,
            "stop": 1413205629
        },
        {
            "start": 1413205634,
            "stop": 1413210401
        },
        {
            "start": 1413210406,
            "stop": 1413210420
        },
        {
            "start": 1413210425,
            "stop": 1413211123
        },
        {
            "start": 1413211128,
            "stop": 1413211742
        },
        {
            "start": 1413211747,
            "stop": 1413211756
        },
        {
            "start": 1413211761,
            "stop": 1413211784
        },
        {
            "start": 1413211789,
            "stop": 1413211862
        },
        {
            "start": 1413212007,
            "stop": 1413213081
        },
        {
            "start": 1413213086,
            "stop": 1413214464
        },
        {
            "start": 1413243251,
            "stop": 1413248416
        },
        {
            "start": 1413252074,
            "stop": 1413253116
        },
        {
            "start": 1413258326,
            "stop": 1413259246
        },
        {
            "start": 1413265545,
            "stop": 1413271958
        },
        {
            "start": 1413271962,
            "stop": 1413272768
        }
    ]
}