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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=420",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 421,
    "results": [
        {
            "start": 869946396,
            "stop": 869947436
        },
        {
            "start": 869947455,
            "stop": 869948840
        },
        {
            "start": 869948859,
            "stop": 869949286
        },
        {
            "start": 869949586,
            "stop": 869949604
        },
        {
            "start": 869949904,
            "stop": 869950448
        },
        {
            "start": 869951061,
            "stop": 869951896
        },
        {
            "start": 869952200,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 869952904
        },
        {
            "start": 869952946,
            "stop": 869954162
        },
        {
            "start": 869954183,
            "stop": 869954380
        },
        {
            "start": 869954686,
            "stop": 869954896
        },
        {
            "start": 869955227,
            "stop": 869955914
        },
        {
            "start": 869956020,
            "stop": 869958204
        },
        {
            "start": 869958226,
            "stop": 869958569
        },
        {
            "start": 869958591,
            "stop": 869964289
        },
        {
            "start": 869964336,
            "stop": 869985024
        },
        {
            "start": 869985046,
            "stop": 869986914
        },
        {
            "start": 869987214,
            "stop": 869992033
        },
        {
            "start": 869992143,
            "stop": 869993055
        },
        {
            "start": 869993355,
            "stop": 869995932
        }
    ]
}