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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=172",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 173,
    "results": [
        {
            "start": 817370671,
            "stop": 817371707
        },
        {
            "start": 817371724,
            "stop": 817372098
        },
        {
            "start": 817372119,
            "stop": 817372207
        },
        {
            "start": 817372227,
            "stop": 817372333
        },
        {
            "start": 817372353,
            "stop": 817373548
        },
        {
            "start": 817373565,
            "stop": 817373908
        },
        {
            "start": 817373928,
            "stop": 817373972
        },
        {
            "start": 817373991,
            "stop": 817374059
        },
        {
            "start": 817374076,
            "stop": 817374217
        },
        {
            "start": 817374238,
            "stop": 817374517
        },
        {
            "start": 817374534,
            "stop": 817374814
        },
        {
            "start": 817374835,
            "stop": 817375505
        },
        {
            "start": 817375527,
            "stop": 817375570
        },
        {
            "start": 817375620,
            "stop": 817375625
        },
        {
            "start": 817375652,
            "stop": 817375700
        },
        {
            "start": 817375756,
            "stop": 817375850
        },
        {
            "start": 817375892,
            "stop": 817375942
        },
        {
            "start": 817375962,
            "stop": 817376133
        },
        {
            "start": 817376150,
            "stop": 817376549
        },
        {
            "start": 817376566,
            "stop": 817376678
        }
    ]
}