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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8815",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8816,
    "results": [
        {
            "start": 874123303,
            "stop": 874126070
        },
        {
            "start": 874126150,
            "stop": 874128530
        },
        {
            "start": 874128610,
            "stop": 874128818
        },
        {
            "start": 874128835,
            "stop": 874128990
        },
        {
            "start": 874129110,
            "stop": 874130220
        },
        {
            "start": 874130280,
            "stop": 874131790
        },
        {
            "start": 874131807,
            "stop": 874131980
        },
        {
            "start": 874132100,
            "stop": 874132447
        },
        {
            "start": 874133371,
            "stop": 874133520
        },
        {
            "start": 874133580,
            "stop": 874133640
        },
        {
            "start": 874133700,
            "stop": 874135580
        },
        {
            "start": 874135597,
            "stop": 874138923
        },
        {
            "start": 874138940,
            "stop": 874145750
        },
        {
            "start": 874145890,
            "stop": 874145904
        },
        {
            "start": 874145944,
            "stop": 874145970
        },
        {
            "start": 874146060,
            "stop": 874150310
        },
        {
            "start": 874150390,
            "stop": 874154564
        },
        {
            "start": 874154581,
            "stop": 874154640
        },
        {
            "start": 874154700,
            "stop": 874154960
        },
        {
            "start": 874154964,
            "stop": 874156429
        }
    ]
}