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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=173",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 174,
    "results": [
        {
            "start": 817304328,
            "stop": 817304518
        },
        {
            "start": 817304537,
            "stop": 817304549
        },
        {
            "start": 817304566,
            "stop": 817304586
        },
        {
            "start": 817304590,
            "stop": 817304600
        },
        {
            "start": 817304637,
            "stop": 817304692
        },
        {
            "start": 817304711,
            "stop": 817304746
        },
        {
            "start": 817304765,
            "stop": 817304806
        },
        {
            "start": 817304833,
            "stop": 817304835
        },
        {
            "start": 817304838,
            "stop": 817304965
        },
        {
            "start": 817304968,
            "stop": 817305024
        },
        {
            "start": 817305027,
            "stop": 817305065
        },
        {
            "start": 817305084,
            "stop": 817305164
        },
        {
            "start": 817305168,
            "stop": 817305530
        },
        {
            "start": 817305533,
            "stop": 817305561
        },
        {
            "start": 817305581,
            "stop": 817305646
        },
        {
            "start": 817305665,
            "stop": 817305854
        },
        {
            "start": 817305873,
            "stop": 817306002
        },
        {
            "start": 817306037,
            "stop": 817306110
        },
        {
            "start": 817307070,
            "stop": 817307086
        },
        {
            "start": 817307103,
            "stop": 817307112
        }
    ]
}