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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7262",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7263,
    "results": [
        {
            "start": 874941814,
            "stop": 874941876
        },
        {
            "start": 874941878,
            "stop": 874941954
        },
        {
            "start": 874941955,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874942378
        },
        {
            "start": 874942380,
            "stop": 874942428
        },
        {
            "start": 874942429,
            "stop": 874943059
        },
        {
            "start": 874943061,
            "stop": 874943153
        },
        {
            "start": 874943154,
            "stop": 874943615
        },
        {
            "start": 874943616,
            "stop": 874943639
        },
        {
            "start": 874943641,
            "stop": 874943716
        },
        {
            "start": 874943718,
            "stop": 874943781
        },
        {
            "start": 874943782,
            "stop": 874943874
        },
        {
            "start": 874943875,
            "stop": 874943918
        },
        {
            "start": 874943919,
            "stop": 874944087
        },
        {
            "start": 874944088,
            "stop": 874944434
        },
        {
            "start": 874944435,
            "stop": 874944473
        },
        {
            "start": 874944474,
            "stop": 874944522
        },
        {
            "start": 874944523,
            "stop": 874944649
        },
        {
            "start": 874944651,
            "stop": 874944823
        },
        {
            "start": 874944824,
            "stop": 874944974
        }
    ]
}