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=5249
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=5250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5248",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5249,
    "results": [
        {
            "start": 875209112,
            "stop": 875209132
        },
        {
            "start": 875209141,
            "stop": 875209145
        },
        {
            "start": 875209156,
            "stop": 875209158
        },
        {
            "start": 875209165,
            "stop": 875209257
        },
        {
            "start": 875209265,
            "stop": 875209283
        },
        {
            "start": 875209290,
            "stop": 875209293
        },
        {
            "start": 875209300,
            "stop": 875209370
        },
        {
            "start": 875209377,
            "stop": 875209410
        },
        {
            "start": 875209417,
            "stop": 875209425
        },
        {
            "start": 875209432,
            "stop": 875209481
        },
        {
            "start": 875209489,
            "stop": 875209505
        },
        {
            "start": 875209512,
            "stop": 875209568
        },
        {
            "start": 875209583,
            "stop": 875209649
        },
        {
            "start": 875209663,
            "stop": 875209677
        },
        {
            "start": 875209684,
            "stop": 875209694
        },
        {
            "start": 875209701,
            "stop": 875209721
        },
        {
            "start": 875209728,
            "stop": 875209784
        },
        {
            "start": 875209791,
            "stop": 875209855
        },
        {
            "start": 875209863,
            "stop": 875209887
        },
        {
            "start": 875209894,
            "stop": 875209908
        }
    ]
}