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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=657",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 658,
    "results": [
        {
            "start": 856467690,
            "stop": 856470788
        },
        {
            "start": 856472054,
            "stop": 856481490
        },
        {
            "start": 856481550,
            "stop": 856500810
        },
        {
            "start": 856510165,
            "stop": 856527630
        },
        {
            "start": 856527690,
            "stop": 856527708
        },
        {
            "start": 856529025,
            "stop": 856529079
        },
        {
            "start": 856529721,
            "stop": 856536390
        },
        {
            "start": 856536891,
            "stop": 856544298
        },
        {
            "start": 856545467,
            "stop": 856550653
        },
        {
            "start": 856550671,
            "stop": 856571524
        },
        {
            "start": 856574812,
            "stop": 856583490
        },
        {
            "start": 856583610,
            "stop": 856583612
        },
        {
            "start": 856584052,
            "stop": 856590870
        },
        {
            "start": 856591050,
            "stop": 856591053
        },
        {
            "start": 856591523,
            "stop": 856613370
        },
        {
            "start": 856613944,
            "stop": 856618095
        },
        {
            "start": 856618101,
            "stop": 856620990
        },
        {
            "start": 856621050,
            "stop": 856627246
        },
        {
            "start": 856656434,
            "stop": 856667441
        },
        {
            "start": 856667459,
            "stop": 856695630
        }
    ]
}