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=8806
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=8807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8805",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8806,
    "results": [
        {
            "start": 873998280,
            "stop": 873999089
        },
        {
            "start": 873999209,
            "stop": 873999409
        },
        {
            "start": 873999445,
            "stop": 874000471
        },
        {
            "start": 874000591,
            "stop": 874001401
        },
        {
            "start": 874001521,
            "stop": 874001783
        },
        {
            "start": 874001791,
            "stop": 874002496
        },
        {
            "start": 874002616,
            "stop": 874004580
        },
        {
            "start": 874004700,
            "stop": 874006957
        },
        {
            "start": 874006974,
            "stop": 874007104
        },
        {
            "start": 874007121,
            "stop": 874007541
        },
        {
            "start": 874007748,
            "stop": 874008787
        },
        {
            "start": 874009028,
            "stop": 874009213
        },
        {
            "start": 874009333,
            "stop": 874010040
        },
        {
            "start": 874010100,
            "stop": 874010820
        },
        {
            "start": 874010880,
            "stop": 874011263
        },
        {
            "start": 874011270,
            "stop": 874011715
        },
        {
            "start": 874011960,
            "stop": 874012440
        },
        {
            "start": 874012500,
            "stop": 874012560
        },
        {
            "start": 874012620,
            "stop": 874012800
        },
        {
            "start": 874012860,
            "stop": 874013040
        }
    ]
}