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=5068
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=5069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5067",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5068,
    "results": [
        {
            "start": 874611879,
            "stop": 874611930
        },
        {
            "start": 874611942,
            "stop": 874611955
        },
        {
            "start": 874611963,
            "stop": 874612002
        },
        {
            "start": 874612010,
            "stop": 874612038
        },
        {
            "start": 874612053,
            "stop": 874612121
        },
        {
            "start": 874612135,
            "stop": 874612170
        },
        {
            "start": 874612185,
            "stop": 874612202
        },
        {
            "start": 874612215,
            "stop": 874612227
        },
        {
            "start": 874612234,
            "stop": 874612251
        },
        {
            "start": 874612258,
            "stop": 874612259
        },
        {
            "start": 874612266,
            "stop": 874612325
        },
        {
            "start": 874612333,
            "stop": 874612355
        },
        {
            "start": 874612362,
            "stop": 874612371
        },
        {
            "start": 874612382,
            "stop": 874612419
        },
        {
            "start": 874612426,
            "stop": 874612446
        },
        {
            "start": 874612459,
            "stop": 874612476
        },
        {
            "start": 874612483,
            "stop": 874612498
        },
        {
            "start": 874612506,
            "stop": 874612522
        },
        {
            "start": 874612529,
            "stop": 874612553
        },
        {
            "start": 874612560,
            "stop": 874612566
        }
    ]
}