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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=239",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 240,
    "results": [
        {
            "start": 820303020,
            "stop": 820304473
        },
        {
            "start": 820304985,
            "stop": 820309760
        },
        {
            "start": 820309880,
            "stop": 820310816
        },
        {
            "start": 820310848,
            "stop": 820311480
        },
        {
            "start": 820311540,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "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
        },
        {
            "start": 820326656,
            "stop": 820326688
        }
    ]
}