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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2438",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2439,
    "results": [
        {
            "start": 874106400,
            "stop": 874106820
        },
        {
            "start": 874106880,
            "stop": 874106902
        },
        {
            "start": 874106919,
            "stop": 874109331
        },
        {
            "start": 874109348,
            "stop": 874109522
        },
        {
            "start": 874109529,
            "stop": 874109668
        },
        {
            "start": 874109675,
            "stop": 874110514
        },
        {
            "start": 874110531,
            "stop": 874111617
        },
        {
            "start": 874111634,
            "stop": 874113230
        },
        {
            "start": 874113370,
            "stop": 874113410
        },
        {
            "start": 874113550,
            "stop": 874123286
        },
        {
            "start": 874123303,
            "stop": 874126070
        },
        {
            "start": 874126150,
            "stop": 874128530
        },
        {
            "start": 874128610,
            "stop": 874128818
        },
        {
            "start": 874128835,
            "stop": 874130220
        },
        {
            "start": 874130280,
            "stop": 874131790
        },
        {
            "start": 874131807,
            "stop": 874132447
        },
        {
            "start": 874133371,
            "stop": 874135580
        },
        {
            "start": 874135597,
            "stop": 874138923
        },
        {
            "start": 874138940,
            "stop": 874145750
        },
        {
            "start": 874145890,
            "stop": 874145970
        }
    ]
}