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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=14",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 15,
    "results": [
        {
            "start": 817419877,
            "stop": 817419968
        },
        {
            "start": 817420000,
            "stop": 817423333
        },
        {
            "start": 817424327,
            "stop": 817425722
        },
        {
            "start": 817427752,
            "stop": 817428416
        },
        {
            "start": 817428448,
            "stop": 817429312
        },
        {
            "start": 817429344,
            "stop": 817430656
        },
        {
            "start": 817431104,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817439904
        },
        {
            "start": 817440480,
            "stop": 817442404
        },
        {
            "start": 817443515,
            "stop": 817448352
        },
        {
            "start": 817448864,
            "stop": 817450205
        },
        {
            "start": 817450467,
            "stop": 817454053
        },
        {
            "start": 817454851,
            "stop": 817454852
        },
        {
            "start": 817454855,
            "stop": 817457056
        },
        {
            "start": 817457472,
            "stop": 817462496
        },
        {
            "start": 817462528,
            "stop": 817476288
        },
        {
            "start": 817476320,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817485253
        },
        {
            "start": 817493409,
            "stop": 817494021
        }
    ]
}