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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=329",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 330,
    "results": [
        {
            "start": 821373330,
            "stop": 821373523
        },
        {
            "start": 821373526,
            "stop": 821373545
        },
        {
            "start": 821373548,
            "stop": 821373766
        },
        {
            "start": 821373769,
            "stop": 821373925
        },
        {
            "start": 821373928,
            "stop": 821374068
        },
        {
            "start": 821374071,
            "stop": 821374112
        },
        {
            "start": 821374115,
            "stop": 821374183
        },
        {
            "start": 821374186,
            "stop": 821374304
        },
        {
            "start": 821374485,
            "stop": 821374494
        },
        {
            "start": 821374497,
            "stop": 821374672
        },
        {
            "start": 821374680,
            "stop": 821374949
        },
        {
            "start": 821374956,
            "stop": 821375794
        },
        {
            "start": 821375801,
            "stop": 821376551
        },
        {
            "start": 821376558,
            "stop": 821377158
        },
        {
            "start": 821377159,
            "stop": 821377248
        },
        {
            "start": 821377255,
            "stop": 821378957
        },
        {
            "start": 821378964,
            "stop": 821379027
        },
        {
            "start": 821379034,
            "stop": 821379374
        },
        {
            "start": 821379381,
            "stop": 821381203
        },
        {
            "start": 821381210,
            "stop": 821381281
        }
    ]
}