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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=212",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 213,
    "results": [
        {
            "start": 820479167,
            "stop": 820479262
        },
        {
            "start": 820479266,
            "stop": 820479524
        },
        {
            "start": 820479924,
            "stop": 820480129
        },
        {
            "start": 820480132,
            "stop": 820481169
        },
        {
            "start": 820481172,
            "stop": 820481246
        },
        {
            "start": 820481249,
            "stop": 820481386
        },
        {
            "start": 820481389,
            "stop": 820481924
        },
        {
            "start": 820481927,
            "stop": 820482601
        },
        {
            "start": 820482605,
            "stop": 820483524
        },
        {
            "start": 820483527,
            "stop": 820483839
        },
        {
            "start": 820483842,
            "stop": 820484057
        },
        {
            "start": 820484061,
            "stop": 820484288
        },
        {
            "start": 820484291,
            "stop": 820484572
        },
        {
            "start": 820484575,
            "stop": 820484714
        },
        {
            "start": 820484717,
            "stop": 820485148
        },
        {
            "start": 820485151,
            "stop": 820485324
        },
        {
            "start": 820485327,
            "stop": 820485855
        },
        {
            "start": 820485859,
            "stop": 820486224
        },
        {
            "start": 820486227,
            "stop": 820486392
        },
        {
            "start": 820486395,
            "stop": 820486887
        }
    ]
}