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=8864
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=8865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8863",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8864,
    "results": [
        {
            "start": 874799580,
            "stop": 874799700
        },
        {
            "start": 874799760,
            "stop": 874799993
        },
        {
            "start": 874800010,
            "stop": 874800074
        },
        {
            "start": 874800194,
            "stop": 874800324
        },
        {
            "start": 874800510,
            "stop": 874801020
        },
        {
            "start": 874801080,
            "stop": 874801152
        },
        {
            "start": 874801272,
            "stop": 874801320
        },
        {
            "start": 874801380,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874803120
        },
        {
            "start": 874803240,
            "stop": 874803720
        },
        {
            "start": 874803780,
            "stop": 874804500
        },
        {
            "start": 874804560,
            "stop": 874805216
        },
        {
            "start": 874805233,
            "stop": 874807430
        },
        {
            "start": 874807570,
            "stop": 874807924
        },
        {
            "start": 874808044,
            "stop": 874809717
        },
        {
            "start": 874809943,
            "stop": 874810560
        },
        {
            "start": 874810620,
            "stop": 874811164
        },
        {
            "start": 874811340,
            "stop": 874811640
        },
        {
            "start": 874811700,
            "stop": 874811793
        },
        {
            "start": 874811913,
            "stop": 874812711
        }
    ]
}