Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=58",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 59,
    "results": [
        {
            "start": 817339020,
            "stop": 817339080
        },
        {
            "start": 817339140,
            "stop": 817339200
        },
        {
            "start": 817339380,
            "stop": 817339560
        },
        {
            "start": 817339620,
            "stop": 817339656
        },
        {
            "start": 817339663,
            "stop": 817339800
        },
        {
            "start": 817339860,
            "stop": 817339920
        },
        {
            "start": 817340040,
            "stop": 817340100
        },
        {
            "start": 817340162,
            "stop": 817340210
        },
        {
            "start": 817340217,
            "stop": 817340230
        },
        {
            "start": 817340238,
            "stop": 817340280
        },
        {
            "start": 817340340,
            "stop": 817340520
        },
        {
            "start": 817340580,
            "stop": 817340713
        },
        {
            "start": 817343230,
            "stop": 817344230
        },
        {
            "start": 817344310,
            "stop": 817345276
        },
        {
            "start": 817345283,
            "stop": 817345811
        },
        {
            "start": 817345818,
            "stop": 817345850
        },
        {
            "start": 817345930,
            "stop": 817347013
        },
        {
            "start": 817348937,
            "stop": 817350780
        },
        {
            "start": 817351020,
            "stop": 817351033
        },
        {
            "start": 817352166,
            "stop": 817353110
        }
    ]
}