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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9945",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9946,
    "results": [
        {
            "start": 875106037,
            "stop": 875106043
        },
        {
            "start": 875106046,
            "stop": 875108593
        },
        {
            "start": 875108612,
            "stop": 875109070
        },
        {
            "start": 875109087,
            "stop": 875109088
        },
        {
            "start": 875109091,
            "stop": 875109973
        },
        {
            "start": 875110093,
            "stop": 875110186
        },
        {
            "start": 875110306,
            "stop": 875110380
        },
        {
            "start": 875110620,
            "stop": 875110920
        },
        {
            "start": 875110980,
            "stop": 875111494
        },
        {
            "start": 875111497,
            "stop": 875111520
        },
        {
            "start": 875111580,
            "stop": 875112421
        },
        {
            "start": 875112424,
            "stop": 875112444
        },
        {
            "start": 875112449,
            "stop": 875112622
        },
        {
            "start": 875112816,
            "stop": 875113500
        },
        {
            "start": 875113560,
            "stop": 875114070
        },
        {
            "start": 875114073,
            "stop": 875114604
        },
        {
            "start": 875114621,
            "stop": 875114805
        },
        {
            "start": 875114822,
            "stop": 875115028
        },
        {
            "start": 875115045,
            "stop": 875115147
        },
        {
            "start": 875115164,
            "stop": 875115415
        }
    ]
}