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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2100",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2101,
    "results": [
        {
            "start": 865015441,
            "stop": 865015541
        },
        {
            "start": 865016362,
            "stop": 865019212
        },
        {
            "start": 865019218,
            "stop": 865019911
        },
        {
            "start": 865020719,
            "stop": 865021342
        },
        {
            "start": 865021353,
            "stop": 865026281
        },
        {
            "start": 865026283,
            "stop": 865028242
        },
        {
            "start": 865028247,
            "stop": 865028777
        },
        {
            "start": 865030030,
            "stop": 865030323
        },
        {
            "start": 865031749,
            "stop": 865032095
        },
        {
            "start": 865032108,
            "stop": 865034981
        },
        {
            "start": 865037349,
            "stop": 865044562
        },
        {
            "start": 865044563,
            "stop": 865044716
        },
        {
            "start": 865044718,
            "stop": 865045190
        },
        {
            "start": 865045192,
            "stop": 865045793
        },
        {
            "start": 865045794,
            "stop": 865046285
        },
        {
            "start": 865046287,
            "stop": 865046302
        },
        {
            "start": 865046304,
            "stop": 865047987
        },
        {
            "start": 865047989,
            "stop": 865048087
        },
        {
            "start": 865048089,
            "stop": 865055474
        },
        {
            "start": 865055476,
            "stop": 865055715
        }
    ]
}