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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5113",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5114,
    "results": [
        {
            "start": 874677111,
            "stop": 874677175
        },
        {
            "start": 874677188,
            "stop": 874677226
        },
        {
            "start": 874677234,
            "stop": 874677256
        },
        {
            "start": 874677263,
            "stop": 874677338
        },
        {
            "start": 874677350,
            "stop": 874677373
        },
        {
            "start": 874677380,
            "stop": 874677382
        },
        {
            "start": 874677391,
            "stop": 874677516
        },
        {
            "start": 874677528,
            "stop": 874677592
        },
        {
            "start": 874677601,
            "stop": 874677701
        },
        {
            "start": 874677708,
            "stop": 874677751
        },
        {
            "start": 874677758,
            "stop": 874677999
        },
        {
            "start": 874678007,
            "stop": 874678022
        },
        {
            "start": 874678029,
            "stop": 874678157
        },
        {
            "start": 874678164,
            "stop": 874678230
        },
        {
            "start": 874678244,
            "stop": 874678415
        },
        {
            "start": 874678426,
            "stop": 874678462
        },
        {
            "start": 874678470,
            "stop": 874678575
        },
        {
            "start": 874678582,
            "stop": 874678736
        },
        {
            "start": 874678743,
            "stop": 874678872
        },
        {
            "start": 874678884,
            "stop": 874678941
        }
    ]
}