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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40876",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40877,
    "results": [
        {
            "start": 875063857,
            "stop": 875063868
        },
        {
            "start": 875063869,
            "stop": 875063874
        },
        {
            "start": 875063876,
            "stop": 875063934
        },
        {
            "start": 875063935,
            "stop": 875063996
        },
        {
            "start": 875063997,
            "stop": 875064032
        },
        {
            "start": 875064033,
            "stop": 875064060
        },
        {
            "start": 875064061,
            "stop": 875064092
        },
        {
            "start": 875064094,
            "stop": 875064097
        },
        {
            "start": 875064098,
            "stop": 875064116
        },
        {
            "start": 875064117,
            "stop": 875064125
        },
        {
            "start": 875064126,
            "stop": 875064201
        },
        {
            "start": 875064202,
            "stop": 875064229
        },
        {
            "start": 875064230,
            "stop": 875064234
        },
        {
            "start": 875064235,
            "stop": 875064237
        },
        {
            "start": 875064238,
            "stop": 875064240
        },
        {
            "start": 875064300,
            "stop": 875064321
        },
        {
            "start": 875064323,
            "stop": 875064341
        },
        {
            "start": 875064342,
            "stop": 875064369
        },
        {
            "start": 875064370,
            "stop": 875064383
        },
        {
            "start": 875064384,
            "stop": 875064404
        }
    ]
}