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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=204",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 205,
    "results": [
        {
            "start": 956924028,
            "stop": 956924036
        },
        {
            "start": 956924039,
            "stop": 956924040
        },
        {
            "start": 956924049,
            "stop": 956924067
        },
        {
            "start": 956924105,
            "stop": 956924106
        },
        {
            "start": 956924111,
            "stop": 956924115
        },
        {
            "start": 956924118,
            "stop": 956924120
        },
        {
            "start": 956924127,
            "stop": 956924138
        },
        {
            "start": 956924141,
            "stop": 956924143
        },
        {
            "start": 956924162,
            "stop": 956924173
        },
        {
            "start": 956924180,
            "stop": 956924210
        },
        {
            "start": 956924215,
            "stop": 956924216
        },
        {
            "start": 956924219,
            "stop": 956924223
        },
        {
            "start": 956924246,
            "stop": 956924272
        },
        {
            "start": 956924278,
            "stop": 956924367
        },
        {
            "start": 956924370,
            "stop": 956924385
        },
        {
            "start": 956924388,
            "stop": 956924389
        },
        {
            "start": 956924404,
            "stop": 956924410
        },
        {
            "start": 956924418,
            "stop": 956924426
        },
        {
            "start": 956924429,
            "stop": 956924430
        },
        {
            "start": 956924443,
            "stop": 956924512
        }
    ]
}