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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=4",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 5,
    "results": [
        {
            "start": 815457216,
            "stop": 815458676
        },
        {
            "start": 815466304,
            "stop": 815466637
        },
        {
            "start": 815466640,
            "stop": 815466750
        },
        {
            "start": 815466753,
            "stop": 815467406
        },
        {
            "start": 815467409,
            "stop": 815467637
        },
        {
            "start": 815467640,
            "stop": 815467742
        },
        {
            "start": 815467745,
            "stop": 815467812
        },
        {
            "start": 815467815,
            "stop": 815467966
        },
        {
            "start": 815467968,
            "stop": 815468115
        },
        {
            "start": 815468118,
            "stop": 815468828
        },
        {
            "start": 815468830,
            "stop": 815469000
        },
        {
            "start": 815469003,
            "stop": 815469583
        },
        {
            "start": 815469586,
            "stop": 815469855
        },
        {
            "start": 815469858,
            "stop": 815469893
        },
        {
            "start": 815469896,
            "stop": 815470125
        },
        {
            "start": 815470126,
            "stop": 815470933
        },
        {
            "start": 815471953,
            "stop": 815477609
        },
        {
            "start": 815477612,
            "stop": 815480173
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533523
        }
    ]
}