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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=46",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 47,
    "results": [
        {
            "start": 820280037,
            "stop": 820284614
        },
        {
            "start": 820285098,
            "stop": 820320840
        },
        {
            "start": 820322155,
            "stop": 820326856
        },
        {
            "start": 820327950,
            "stop": 820330429
        },
        {
            "start": 820330430,
            "stop": 820333569
        },
        {
            "start": 820333572,
            "stop": 820337659
        },
        {
            "start": 820337660,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820360312
        },
        {
            "start": 820360313,
            "stop": 820364308
        },
        {
            "start": 820365521,
            "stop": 820365899
        },
        {
            "start": 820365900,
            "stop": 820371807
        },
        {
            "start": 820373453,
            "stop": 820380079
        },
        {
            "start": 820380502,
            "stop": 820380604
        },
        {
            "start": 820381034,
            "stop": 820392817
        },
        {
            "start": 820392818,
            "stop": 820394437
        },
        {
            "start": 820394440,
            "stop": 820398639
        },
        {
            "start": 820407777,
            "stop": 820424123
        },
        {
            "start": 820424697,
            "stop": 820429624
        },
        {
            "start": 820430919,
            "stop": 820433742
        }
    ]
}