Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=47",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 48,
    "results": [
        {
            "start": 820434062,
            "stop": 820435006
        },
        {
            "start": 820435406,
            "stop": 820443244
        },
        {
            "start": 820443744,
            "stop": 820443746
        },
        {
            "start": 820444236,
            "stop": 820450601
        },
        {
            "start": 820451574,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820453943
        },
        {
            "start": 820453944,
            "stop": 820464110
        },
        {
            "start": 820464111,
            "stop": 820476462
        },
        {
            "start": 820476465,
            "stop": 820476519
        },
        {
            "start": 820476522,
            "stop": 820476965
        },
        {
            "start": 820476968,
            "stop": 820477030
        },
        {
            "start": 820477033,
            "stop": 820477542
        },
        {
            "start": 820477545,
            "stop": 820477665
        },
        {
            "start": 820477668,
            "stop": 820479524
        },
        {
            "start": 820479924,
            "stop": 820488045
        },
        {
            "start": 820488048,
            "stop": 820488049
        },
        {
            "start": 820488052,
            "stop": 820507964
        },
        {
            "start": 820508612,
            "stop": 820510659
        },
        {
            "start": 820510979,
            "stop": 820511503
        },
        {
            "start": 820511903,
            "stop": 820518133
        }
    ]
}