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=5220
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=5221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5219",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5220,
    "results": [
        {
            "start": 875131932,
            "stop": 875131995
        },
        {
            "start": 875132002,
            "stop": 875132056
        },
        {
            "start": 875132063,
            "stop": 875132120
        },
        {
            "start": 875132127,
            "stop": 875132189
        },
        {
            "start": 875132207,
            "stop": 875132255
        },
        {
            "start": 875132262,
            "stop": 875132273
        },
        {
            "start": 875132283,
            "stop": 875132298
        },
        {
            "start": 875132310,
            "stop": 875132411
        },
        {
            "start": 875132418,
            "stop": 875132421
        },
        {
            "start": 875132432,
            "stop": 875132488
        },
        {
            "start": 875132500,
            "stop": 875132711
        },
        {
            "start": 875132724,
            "stop": 875132802
        },
        {
            "start": 875132809,
            "stop": 875132823
        },
        {
            "start": 875132830,
            "stop": 875132831
        },
        {
            "start": 875132838,
            "stop": 875132875
        },
        {
            "start": 875132882,
            "stop": 875132921
        },
        {
            "start": 875132928,
            "stop": 875132944
        },
        {
            "start": 875132952,
            "stop": 875133018
        },
        {
            "start": 875133025,
            "stop": 875133044
        },
        {
            "start": 875133051,
            "stop": 875133200
        }
    ]
}