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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=36",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 37,
    "results": [
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820284765
        },
        {
            "start": 820285510,
            "stop": 820298816
        },
        {
            "start": 820298848,
            "stop": 820301971
        },
        {
            "start": 820301974,
            "stop": 820304473
        },
        {
            "start": 820304918,
            "stop": 820310816
        },
        {
            "start": 820310848,
            "stop": 820314528
        },
        {
            "start": 820315104,
            "stop": 820315136
        },
        {
            "start": 820315808,
            "stop": 820315840
        },
        {
            "start": 820317184,
            "stop": 820317216
        },
        {
            "start": 820317888,
            "stop": 820317920
        },
        {
            "start": 820318560,
            "stop": 820318592
        },
        {
            "start": 820319264,
            "stop": 820319296
        },
        {
            "start": 820319968,
            "stop": 820320000
        },
        {
            "start": 820320640,
            "stop": 820320672
        },
        {
            "start": 820321920,
            "stop": 820321952
        },
        {
            "start": 820322656,
            "stop": 820322688
        },
        {
            "start": 820323968,
            "stop": 820324000
        },
        {
            "start": 820324704,
            "stop": 820324736
        },
        {
            "start": 820325984,
            "stop": 820326016
        }
    ]
}