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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=35",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 36,
    "results": [
        {
            "start": 820322155,
            "stop": 820326856
        },
        {
            "start": 820327950,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820364308
        },
        {
            "start": 820365521,
            "stop": 820371807
        },
        {
            "start": 820373453,
            "stop": 820380079
        },
        {
            "start": 820380502,
            "stop": 820380604
        },
        {
            "start": 820381034,
            "stop": 820398639
        },
        {
            "start": 820407777,
            "stop": 820424123
        },
        {
            "start": 820424697,
            "stop": 820429624
        },
        {
            "start": 820430919,
            "stop": 820433742
        },
        {
            "start": 820434062,
            "stop": 820435006
        },
        {
            "start": 820435406,
            "stop": 820443244
        },
        {
            "start": 820443744,
            "stop": 820443746
        },
        {
            "start": 820444236,
            "stop": 820450601
        },
        {
            "start": 820451574,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820479524
        },
        {
            "start": 820479924,
            "stop": 820507964
        },
        {
            "start": 820508612,
            "stop": 820510659
        },
        {
            "start": 820510979,
            "stop": 820511503
        }
    ]
}