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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=232",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 233,
    "results": [
        {
            "start": 846190119,
            "stop": 846190689
        },
        {
            "start": 846190693,
            "stop": 846192700
        },
        {
            "start": 846193492,
            "stop": 846193836
        },
        {
            "start": 846193840,
            "stop": 846194485
        },
        {
            "start": 846194490,
            "stop": 846194588
        },
        {
            "start": 846194592,
            "stop": 846194660
        },
        {
            "start": 846194664,
            "stop": 846194773
        },
        {
            "start": 846194908,
            "stop": 846194911
        },
        {
            "start": 846194915,
            "stop": 846194949
        },
        {
            "start": 846194953,
            "stop": 846194998
        },
        {
            "start": 846195007,
            "stop": 846195027
        },
        {
            "start": 846195040,
            "stop": 846195055
        },
        {
            "start": 846195064,
            "stop": 846195075
        },
        {
            "start": 846195079,
            "stop": 846195085
        },
        {
            "start": 846195089,
            "stop": 846195109
        },
        {
            "start": 846195117,
            "stop": 846195133
        },
        {
            "start": 846195180,
            "stop": 846195182
        },
        {
            "start": 846197974,
            "stop": 846198013
        },
        {
            "start": 846200358,
            "stop": 846201882
        },
        {
            "start": 846202530,
            "stop": 846202652
        }
    ]
}