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=8867
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=8868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8866",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8867,
    "results": [
        {
            "start": 874852270,
            "stop": 874852320
        },
        {
            "start": 874852440,
            "stop": 874852500
        },
        {
            "start": 874852560,
            "stop": 874852620
        },
        {
            "start": 874852740,
            "stop": 874852920
        },
        {
            "start": 874852980,
            "stop": 874853002
        },
        {
            "start": 874853230,
            "stop": 874853400
        },
        {
            "start": 874853580,
            "stop": 874853640
        },
        {
            "start": 874854900,
            "stop": 874854960
        },
        {
            "start": 874855020,
            "stop": 874855370
        },
        {
            "start": 874855510,
            "stop": 874855560
        },
        {
            "start": 874855620,
            "stop": 874856210
        },
        {
            "start": 874856290,
            "stop": 874856580
        },
        {
            "start": 874856640,
            "stop": 874857563
        },
        {
            "start": 874874027,
            "stop": 874874425
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874875961
        },
        {
            "start": 874876099,
            "stop": 874876285
        },
        {
            "start": 874876302,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874877630
        },
        {
            "start": 874877770,
            "stop": 874877810
        }
    ]
}