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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5229",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5230,
    "results": [
        {
            "start": 874260356,
            "stop": 874261260
        },
        {
            "start": 874261320,
            "stop": 874262245
        },
        {
            "start": 874262262,
            "stop": 874262444
        },
        {
            "start": 874262461,
            "stop": 874262738
        },
        {
            "start": 874262746,
            "stop": 874262915
        },
        {
            "start": 874265802,
            "stop": 874265945
        },
        {
            "start": 874265980,
            "stop": 874266003
        },
        {
            "start": 874266015,
            "stop": 874266086
        },
        {
            "start": 874266093,
            "stop": 874266148
        },
        {
            "start": 874266184,
            "stop": 874266241
        },
        {
            "start": 874266279,
            "stop": 874266300
        },
        {
            "start": 874266336,
            "stop": 874266518
        },
        {
            "start": 874266571,
            "stop": 874266802
        },
        {
            "start": 874266809,
            "stop": 874266819
        },
        {
            "start": 874266827,
            "stop": 874266998
        },
        {
            "start": 874267005,
            "stop": 874267040
        },
        {
            "start": 874267051,
            "stop": 874267148
        },
        {
            "start": 874267155,
            "stop": 874268301
        },
        {
            "start": 874268309,
            "stop": 874268636
        },
        {
            "start": 874268644,
            "stop": 874268807
        }
    ]
}