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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5122",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5120",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5121,
    "results": [
        {
            "start": 1136985571,
            "stop": 1136985595
        },
        {
            "start": 1136985597,
            "stop": 1136985624
        },
        {
            "start": 1136985625,
            "stop": 1136985644
        },
        {
            "start": 1136985646,
            "stop": 1136985655
        },
        {
            "start": 1136985657,
            "stop": 1136985667
        },
        {
            "start": 1136985669,
            "stop": 1136985678
        },
        {
            "start": 1136985680,
            "stop": 1136985690
        },
        {
            "start": 1136985692,
            "stop": 1136985701
        },
        {
            "start": 1136985703,
            "stop": 1136985711
        },
        {
            "start": 1136985713,
            "stop": 1136985724
        },
        {
            "start": 1136985726,
            "stop": 1136985727
        },
        {
            "start": 1136985729,
            "stop": 1136985749
        },
        {
            "start": 1136985751,
            "stop": 1136985752
        },
        {
            "start": 1136985755,
            "stop": 1136985805
        },
        {
            "start": 1136985807,
            "stop": 1136985808
        },
        {
            "start": 1136985810,
            "stop": 1136985846
        },
        {
            "start": 1136985848,
            "stop": 1136985850
        },
        {
            "start": 1136985851,
            "stop": 1136985858
        },
        {
            "start": 1136985860,
            "stop": 1136985870
        },
        {
            "start": 1136985872,
            "stop": 1136985874
        }
    ]
}