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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1912",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1910",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1911,
    "results": [
        {
            "start": 1251822953,
            "stop": 1251822962
        },
        {
            "start": 1251822965,
            "stop": 1251825032
        },
        {
            "start": 1251825035,
            "stop": 1251828017
        },
        {
            "start": 1251828018,
            "stop": 1251829275
        },
        {
            "start": 1251829277,
            "stop": 1251829795
        },
        {
            "start": 1251829797,
            "stop": 1251830214
        },
        {
            "start": 1251830215,
            "stop": 1251830802
        },
        {
            "start": 1251830805,
            "stop": 1251831650
        },
        {
            "start": 1251831651,
            "stop": 1251831917
        },
        {
            "start": 1251831920,
            "stop": 1251833244
        },
        {
            "start": 1251833246,
            "stop": 1251839074
        },
        {
            "start": 1251839077,
            "stop": 1251839698
        },
        {
            "start": 1251839701,
            "stop": 1251844548
        },
        {
            "start": 1251844551,
            "stop": 1251844691
        },
        {
            "start": 1251844693,
            "stop": 1251846173
        },
        {
            "start": 1251846176,
            "stop": 1251847508
        },
        {
            "start": 1251847511,
            "stop": 1251848539
        },
        {
            "start": 1251848542,
            "stop": 1251848902
        },
        {
            "start": 1251848903,
            "stop": 1251852000
        },
        {
            "start": 1251852003,
            "stop": 1251853657
        }
    ]
}