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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2186",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2187,
    "results": [
        {
            "start": 871832143,
            "stop": 871834392
        },
        {
            "start": 871834395,
            "stop": 871836310
        },
        {
            "start": 871836315,
            "stop": 871836600
        },
        {
            "start": 871836660,
            "stop": 871837500
        },
        {
            "start": 871837560,
            "stop": 871837571
        },
        {
            "start": 871837576,
            "stop": 871837580
        },
        {
            "start": 871837584,
            "stop": 871837595
        },
        {
            "start": 871837603,
            "stop": 871838217
        },
        {
            "start": 871838223,
            "stop": 871839398
        },
        {
            "start": 871839401,
            "stop": 871839409
        },
        {
            "start": 871839412,
            "stop": 871842171
        },
        {
            "start": 871842175,
            "stop": 871842663
        },
        {
            "start": 871842666,
            "stop": 871842900
        },
        {
            "start": 871842960,
            "stop": 871845540
        },
        {
            "start": 871845600,
            "stop": 871847472
        },
        {
            "start": 871847478,
            "stop": 871847490
        },
        {
            "start": 871847500,
            "stop": 871847505
        },
        {
            "start": 871847510,
            "stop": 871847522
        },
        {
            "start": 871847528,
            "stop": 871847563
        },
        {
            "start": 871847565,
            "stop": 871847854
        }
    ]
}