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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=45",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 46,
    "results": [
        {
            "start": 816439868,
            "stop": 816439876
        },
        {
            "start": 816439881,
            "stop": 816439971
        },
        {
            "start": 816439975,
            "stop": 816439977
        },
        {
            "start": 816439983,
            "stop": 816440057
        },
        {
            "start": 816440062,
            "stop": 816440065
        },
        {
            "start": 816440070,
            "stop": 816440074
        },
        {
            "start": 816440079,
            "stop": 816440082
        },
        {
            "start": 816440092,
            "stop": 816440108
        },
        {
            "start": 816440111,
            "stop": 816440115
        },
        {
            "start": 816440121,
            "stop": 816440123
        },
        {
            "start": 816440139,
            "stop": 816440140
        },
        {
            "start": 816440144,
            "stop": 816440161
        },
        {
            "start": 816440168,
            "stop": 816440171
        },
        {
            "start": 816440177,
            "stop": 816440178
        },
        {
            "start": 816440185,
            "stop": 816440187
        },
        {
            "start": 816440192,
            "stop": 816440194
        },
        {
            "start": 816440198,
            "stop": 816440216
        },
        {
            "start": 816440220,
            "stop": 816440225
        },
        {
            "start": 816440229,
            "stop": 816440234
        },
        {
            "start": 816440237,
            "stop": 816440257
        }
    ]
}