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=40626
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=40627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40625",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40626,
    "results": [
        {
            "start": 874901419,
            "stop": 874901482
        },
        {
            "start": 874901483,
            "stop": 874901546
        },
        {
            "start": 874901547,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874901930
        },
        {
            "start": 874901931,
            "stop": 874901951
        },
        {
            "start": 874901952,
            "stop": 874902008
        },
        {
            "start": 874902009,
            "stop": 874902100
        },
        {
            "start": 874902101,
            "stop": 874902114
        },
        {
            "start": 874902115,
            "stop": 874902136
        },
        {
            "start": 874903006,
            "stop": 874903014
        },
        {
            "start": 874903015,
            "stop": 874903016
        },
        {
            "start": 874903018,
            "stop": 874903067
        },
        {
            "start": 874903069,
            "stop": 874903087
        },
        {
            "start": 874903088,
            "stop": 874903186
        },
        {
            "start": 874903187,
            "stop": 874903219
        },
        {
            "start": 874903223,
            "stop": 874903347
        },
        {
            "start": 874903348,
            "stop": 874903549
        },
        {
            "start": 874903551,
            "stop": 874903578
        },
        {
            "start": 874903581,
            "stop": 874903582
        },
        {
            "start": 874903583,
            "stop": 874903611
        }
    ]
}