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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=73",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 74,
    "results": [
        {
            "start": 821369970,
            "stop": 821370107
        },
        {
            "start": 821370110,
            "stop": 821370224
        },
        {
            "start": 821370227,
            "stop": 821370243
        },
        {
            "start": 821370246,
            "stop": 821370328
        },
        {
            "start": 821370331,
            "stop": 821370463
        },
        {
            "start": 821370466,
            "stop": 821370607
        },
        {
            "start": 821370610,
            "stop": 821370673
        },
        {
            "start": 821370676,
            "stop": 821370784
        },
        {
            "start": 821370787,
            "stop": 821371352
        },
        {
            "start": 821371355,
            "stop": 821371584
        },
        {
            "start": 821371587,
            "stop": 821371817
        },
        {
            "start": 821371820,
            "stop": 821371858
        },
        {
            "start": 821371861,
            "stop": 821371941
        },
        {
            "start": 821371944,
            "stop": 821371951
        },
        {
            "start": 821371955,
            "stop": 821371999
        },
        {
            "start": 821372002,
            "stop": 821372070
        },
        {
            "start": 821372076,
            "stop": 821372137
        },
        {
            "start": 821372140,
            "stop": 821372177
        },
        {
            "start": 821372180,
            "stop": 821372213
        },
        {
            "start": 821372216,
            "stop": 821372253
        }
    ]
}