Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8306
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8305",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8306,
    "results": [
        {
            "start": 874152557,
            "stop": 874152656
        },
        {
            "start": 874152675,
            "stop": 874152684
        },
        {
            "start": 874152709,
            "stop": 874152733
        },
        {
            "start": 874152798,
            "stop": 874152865
        },
        {
            "start": 874152884,
            "stop": 874152910
        },
        {
            "start": 874152931,
            "stop": 874153057
        },
        {
            "start": 874153103,
            "stop": 874153118
        },
        {
            "start": 874153137,
            "stop": 874153180
        },
        {
            "start": 874153202,
            "stop": 874153288
        },
        {
            "start": 874153308,
            "stop": 874153313
        },
        {
            "start": 874153332,
            "stop": 874153516
        },
        {
            "start": 874153537,
            "stop": 874153603
        },
        {
            "start": 874153622,
            "stop": 874153655
        },
        {
            "start": 874153678,
            "stop": 874153889
        },
        {
            "start": 874153908,
            "stop": 874154491
        },
        {
            "start": 874154508,
            "stop": 874154580
        },
        {
            "start": 874154597,
            "stop": 874154648
        },
        {
            "start": 874154667,
            "stop": 874154808
        },
        {
            "start": 874154831,
            "stop": 874154868
        },
        {
            "start": 874154887,
            "stop": 874154996
        }
    ]
}