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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=105",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 106,
    "results": [
        {
            "start": 851929318,
            "stop": 851930946
        },
        {
            "start": 851931324,
            "stop": 851934663
        },
        {
            "start": 851937718,
            "stop": 851939826
        },
        {
            "start": 851940144,
            "stop": 851966523
        },
        {
            "start": 851967457,
            "stop": 851969998
        },
        {
            "start": 851970039,
            "stop": 851970268
        },
        {
            "start": 851979676,
            "stop": 852025701
        },
        {
            "start": 852026505,
            "stop": 852051486
        },
        {
            "start": 852054527,
            "stop": 852065285
        },
        {
            "start": 852147338,
            "stop": 852147409
        },
        {
            "start": 852154477,
            "stop": 852156166
        },
        {
            "start": 852156816,
            "stop": 852212328
        },
        {
            "start": 852253339,
            "stop": 852263410
        },
        {
            "start": 852267649,
            "stop": 852276916
        },
        {
            "start": 852278238,
            "stop": 852312982
        },
        {
            "start": 852315892,
            "stop": 852323455
        },
        {
            "start": 852324281,
            "stop": 852325461
        },
        {
            "start": 852326433,
            "stop": 852358212
        },
        {
            "start": 852362785,
            "stop": 852393225
        },
        {
            "start": 852426967,
            "stop": 852435988
        }
    ]
}