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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=168",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 169,
    "results": [
        {
            "start": 932958091,
            "stop": 932958105
        },
        {
            "start": 932958124,
            "stop": 932958125
        },
        {
            "start": 932958174,
            "stop": 932958177
        },
        {
            "start": 932958196,
            "stop": 932958198
        },
        {
            "start": 932958308,
            "stop": 932958315
        },
        {
            "start": 932958342,
            "stop": 932958355
        },
        {
            "start": 932958895,
            "stop": 932958901
        },
        {
            "start": 932960249,
            "stop": 932960250
        },
        {
            "start": 932960416,
            "stop": 932960420
        },
        {
            "start": 932960451,
            "stop": 932960456
        },
        {
            "start": 932960574,
            "stop": 932960647
        },
        {
            "start": 932960724,
            "stop": 932960727
        },
        {
            "start": 932960752,
            "stop": 932960760
        },
        {
            "start": 932960799,
            "stop": 932960802
        },
        {
            "start": 932960929,
            "stop": 932960940
        },
        {
            "start": 932960961,
            "stop": 932961027
        },
        {
            "start": 932961062,
            "stop": 932961092
        },
        {
            "start": 932961120,
            "stop": 932961134
        },
        {
            "start": 932961154,
            "stop": 932961161
        },
        {
            "start": 932961200,
            "stop": 932961212
        }
    ]
}