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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5064",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5065,
    "results": [
        {
            "start": 874613015,
            "stop": 874613040
        },
        {
            "start": 874613059,
            "stop": 874613095
        },
        {
            "start": 874613122,
            "stop": 874613149
        },
        {
            "start": 874613179,
            "stop": 874613181
        },
        {
            "start": 874613229,
            "stop": 874613283
        },
        {
            "start": 874613303,
            "stop": 874613308
        },
        {
            "start": 874613332,
            "stop": 874613341
        },
        {
            "start": 874613360,
            "stop": 874613393
        },
        {
            "start": 874613459,
            "stop": 874613467
        },
        {
            "start": 874613486,
            "stop": 874613488
        },
        {
            "start": 874613525,
            "stop": 874613552
        },
        {
            "start": 874613589,
            "stop": 874613621
        },
        {
            "start": 874613645,
            "stop": 874613654
        },
        {
            "start": 874613761,
            "stop": 874613770
        },
        {
            "start": 874613802,
            "stop": 874613807
        },
        {
            "start": 874613829,
            "stop": 874613836
        },
        {
            "start": 874613864,
            "stop": 874613946
        },
        {
            "start": 874613965,
            "stop": 874613993
        },
        {
            "start": 874614018,
            "stop": 874614026
        },
        {
            "start": 874614045,
            "stop": 874614179
        }
    ]
}