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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=280",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 281,
    "results": [
        {
            "start": 831537266,
            "stop": 831538466
        },
        {
            "start": 831538626,
            "stop": 831540246
        },
        {
            "start": 831540336,
            "stop": 831540546
        },
        {
            "start": 831540719,
            "stop": 831542459
        },
        {
            "start": 831542631,
            "stop": 831543351
        },
        {
            "start": 831544086,
            "stop": 831545106
        },
        {
            "start": 831545263,
            "stop": 831545863
        },
        {
            "start": 831546817,
            "stop": 831548317
        },
        {
            "start": 831548467,
            "stop": 831552157
        },
        {
            "start": 831552311,
            "stop": 831552761
        },
        {
            "start": 831552851,
            "stop": 831554411
        },
        {
            "start": 831554588,
            "stop": 831556148
        },
        {
            "start": 831556380,
            "stop": 831560190
        },
        {
            "start": 831560280,
            "stop": 831561300
        },
        {
            "start": 831561506,
            "stop": 831561806
        },
        {
            "start": 831561985,
            "stop": 831562915
        },
        {
            "start": 831563070,
            "stop": 831563190
        },
        {
            "start": 831563386,
            "stop": 831564406
        },
        {
            "start": 831565178,
            "stop": 831565538
        },
        {
            "start": 831565725,
            "stop": 831565845
        }
    ]
}