Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=219
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=218",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 219,
    "results": [
        {
            "start": 851782100,
            "stop": 851783833
        },
        {
            "start": 851783834,
            "stop": 851784572
        },
        {
            "start": 851785259,
            "stop": 851785333
        },
        {
            "start": 851787216,
            "stop": 851787913
        },
        {
            "start": 851805974,
            "stop": 851928968
        },
        {
            "start": 851929318,
            "stop": 851930946
        },
        {
            "start": 851931324,
            "stop": 851934613
        },
        {
            "start": 851937718,
            "stop": 851939826
        },
        {
            "start": 851940144,
            "stop": 851959483
        },
        {
            "start": 851959484,
            "stop": 851966523
        },
        {
            "start": 851967457,
            "stop": 851968845
        },
        {
            "start": 851968847,
            "stop": 851969998
        },
        {
            "start": 851970039,
            "stop": 851970238
        },
        {
            "start": 851979676,
            "stop": 852022449
        },
        {
            "start": 852022452,
            "stop": 852022460
        },
        {
            "start": 852022468,
            "stop": 852025671
        },
        {
            "start": 852026505,
            "stop": 852051433
        },
        {
            "start": 852054527,
            "stop": 852056336
        },
        {
            "start": 852056338,
            "stop": 852057243
        },
        {
            "start": 852057244,
            "stop": 852057306
        }
    ]
}