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=9042
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=9043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9041",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9042,
    "results": [
        {
            "start": 874260205,
            "stop": 874260296
        },
        {
            "start": 874260315,
            "stop": 874260320
        },
        {
            "start": 874260339,
            "stop": 874260918
        },
        {
            "start": 874260935,
            "stop": 874260939
        },
        {
            "start": 874260965,
            "stop": 874261260
        },
        {
            "start": 874261320,
            "stop": 874261587
        },
        {
            "start": 874261604,
            "stop": 874261954
        },
        {
            "start": 874261971,
            "stop": 874262022
        },
        {
            "start": 874262039,
            "stop": 874262052
        },
        {
            "start": 874262069,
            "stop": 874262245
        },
        {
            "start": 874262262,
            "stop": 874262275
        },
        {
            "start": 874262292,
            "stop": 874262444
        },
        {
            "start": 874262461,
            "stop": 874262732
        },
        {
            "start": 874262752,
            "stop": 874262915
        },
        {
            "start": 874265802,
            "stop": 874265945
        },
        {
            "start": 874265962,
            "stop": 874265967
        },
        {
            "start": 874265986,
            "stop": 874265997
        },
        {
            "start": 874266021,
            "stop": 874266080
        },
        {
            "start": 874266099,
            "stop": 874266123
        },
        {
            "start": 874266140,
            "stop": 874266148
        }
    ]
}