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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=8",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 9,
    "results": [
        {
            "start": 816493429,
            "stop": 816493577
        },
        {
            "start": 816495423,
            "stop": 816497803
        },
        {
            "start": 816497815,
            "stop": 816509032
        },
        {
            "start": 816509045,
            "stop": 816526313
        },
        {
            "start": 816526730,
            "stop": 816526768
        },
        {
            "start": 816528645,
            "stop": 816534628
        },
        {
            "start": 816534641,
            "stop": 816534985
        },
        {
            "start": 816534993,
            "stop": 816535113
        },
        {
            "start": 816535619,
            "stop": 816540895
        },
        {
            "start": 816542382,
            "stop": 816548610
        },
        {
            "start": 816553621,
            "stop": 816554065
        },
        {
            "start": 816554089,
            "stop": 816563180
        },
        {
            "start": 816564940,
            "stop": 816572138
        },
        {
            "start": 816572145,
            "stop": 816572182
        },
        {
            "start": 816573266,
            "stop": 816589889
        },
        {
            "start": 816589902,
            "stop": 816596820
        },
        {
            "start": 816596833,
            "stop": 816603815
        },
        {
            "start": 816603827,
            "stop": 816618515
        },
        {
            "start": 816618528,
            "stop": 816623334
        },
        {
            "start": 816625941,
            "stop": 816626700
        }
    ]
}