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=8796
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=8797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8795",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8796,
    "results": [
        {
            "start": 873747268,
            "stop": 873747290
        },
        {
            "start": 873747370,
            "stop": 873747758
        },
        {
            "start": 873747960,
            "stop": 873748490
        },
        {
            "start": 873748570,
            "stop": 873748850
        },
        {
            "start": 873748930,
            "stop": 873749326
        },
        {
            "start": 873749543,
            "stop": 873749586
        },
        {
            "start": 873749590,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873750650
        },
        {
            "start": 873750790,
            "stop": 873751260
        },
        {
            "start": 873751320,
            "stop": 873751415
        },
        {
            "start": 873751535,
            "stop": 873751560
        },
        {
            "start": 873751620,
            "stop": 873751920
        },
        {
            "start": 873752040,
            "stop": 873752340
        },
        {
            "start": 873753900,
            "stop": 873753960
        },
        {
            "start": 873754020,
            "stop": 873754080
        },
        {
            "start": 873754260,
            "stop": 873754380
        },
        {
            "start": 873754500,
            "stop": 873755580
        },
        {
            "start": 873755640,
            "stop": 873756290
        },
        {
            "start": 873756453,
            "stop": 873756470
        },
        {
            "start": 873756550,
            "stop": 873757740
        }
    ]
}