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=5211
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=5212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5210",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5211,
    "results": [
        {
            "start": 875086060,
            "stop": 875086651
        },
        {
            "start": 875086658,
            "stop": 875086906
        },
        {
            "start": 875086913,
            "stop": 875087774
        },
        {
            "start": 875087782,
            "stop": 875087916
        },
        {
            "start": 875087952,
            "stop": 875087956
        },
        {
            "start": 875087992,
            "stop": 875088199
        },
        {
            "start": 875088207,
            "stop": 875088962
        },
        {
            "start": 875088969,
            "stop": 875089359
        },
        {
            "start": 875089366,
            "stop": 875089429
        },
        {
            "start": 875089436,
            "stop": 875089670
        },
        {
            "start": 875089677,
            "stop": 875089992
        },
        {
            "start": 875090006,
            "stop": 875091370
        },
        {
            "start": 875091377,
            "stop": 875092638
        },
        {
            "start": 875092645,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875099745
        },
        {
            "start": 875099752,
            "stop": 875102320
        },
        {
            "start": 875102328,
            "stop": 875102526
        },
        {
            "start": 875102533,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875103931
        },
        {
            "start": 875106680,
            "stop": 875109214
        }
    ]
}