Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=350
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=349",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 350,
    "results": [
        {
            "start": 934370345,
            "stop": 934371629
        },
        {
            "start": 934371632,
            "stop": 934372933
        },
        {
            "start": 934372935,
            "stop": 934372952
        },
        {
            "start": 934372955,
            "stop": 934372963
        },
        {
            "start": 934372965,
            "stop": 934372983
        },
        {
            "start": 934372985,
            "stop": 934373009
        },
        {
            "start": 934373011,
            "stop": 934373015
        },
        {
            "start": 934373017,
            "stop": 934373032
        },
        {
            "start": 934373036,
            "stop": 934373259
        },
        {
            "start": 934373262,
            "stop": 934374310
        },
        {
            "start": 934374313,
            "stop": 934374417
        },
        {
            "start": 934380729,
            "stop": 934383734
        },
        {
            "start": 934383737,
            "stop": 934383754
        },
        {
            "start": 934383757,
            "stop": 934383758
        },
        {
            "start": 934383760,
            "stop": 934383785
        },
        {
            "start": 934383787,
            "stop": 934383817
        },
        {
            "start": 934383819,
            "stop": 934383833
        },
        {
            "start": 934383838,
            "stop": 934387358
        },
        {
            "start": 934387360,
            "stop": 934387364
        },
        {
            "start": 934387369,
            "stop": 934387383
        }
    ]
}