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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=23",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 24,
    "results": [
        {
            "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": 815467965
        },
        {
            "start": 815467968,
            "stop": 815468115
        },
        {
            "start": 815468118,
            "stop": 815468827
        },
        {
            "start": 815468830,
            "stop": 815469000
        },
        {
            "start": 815469003,
            "stop": 815469504
        },
        {
            "start": 815469507,
            "stop": 815469583
        },
        {
            "start": 815469586,
            "stop": 815469854
        },
        {
            "start": 815469858,
            "stop": 815469893
        },
        {
            "start": 815469896,
            "stop": 815470125
        },
        {
            "start": 815470126,
            "stop": 815470871
        },
        {
            "start": 815471953,
            "stop": 815475064
        },
        {
            "start": 815475067,
            "stop": 815477609
        },
        {
            "start": 815477612,
            "stop": 815478567
        },
        {
            "start": 815478570,
            "stop": 815480173
        }
    ]
}