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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=86",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 87,
    "results": [
        {
            "start": 931537412,
            "stop": 931537427
        },
        {
            "start": 931537467,
            "stop": 931537507
        },
        {
            "start": 931537552,
            "stop": 931537554
        },
        {
            "start": 931537607,
            "stop": 931537638
        },
        {
            "start": 931538147,
            "stop": 931538162
        },
        {
            "start": 931538250,
            "stop": 931538251
        },
        {
            "start": 931538285,
            "stop": 931538323
        },
        {
            "start": 931538380,
            "stop": 931538381
        },
        {
            "start": 931538423,
            "stop": 931538436
        },
        {
            "start": 931538547,
            "stop": 931538582
        },
        {
            "start": 931538622,
            "stop": 931538626
        },
        {
            "start": 931538659,
            "stop": 931538666
        },
        {
            "start": 931538833,
            "stop": 931538844
        },
        {
            "start": 931538886,
            "stop": 931538887
        },
        {
            "start": 931538933,
            "stop": 931538934
        },
        {
            "start": 931538954,
            "stop": 931538979
        },
        {
            "start": 931539049,
            "stop": 931539156
        },
        {
            "start": 931539174,
            "stop": 931539239
        },
        {
            "start": 931539274,
            "stop": 931539292
        },
        {
            "start": 931539362,
            "stop": 931539365
        }
    ]
}