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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9028",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9029,
    "results": [
        {
            "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
        },
        {
            "start": 874155014,
            "stop": 874155028
        },
        {
            "start": 874155047,
            "stop": 874155071
        },
        {
            "start": 874155090,
            "stop": 874155099
        },
        {
            "start": 874155116,
            "stop": 874155184
        },
        {
            "start": 874155203,
            "stop": 874155238
        },
        {
            "start": 874155256,
            "stop": 874155451
        }
    ]
}