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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5248",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5249,
    "results": [
        {
            "start": 970184083,
            "stop": 970184460
        },
        {
            "start": 970184463,
            "stop": 970184805
        },
        {
            "start": 970184808,
            "stop": 970186875
        },
        {
            "start": 970186878,
            "stop": 970187905
        },
        {
            "start": 970187908,
            "stop": 970188547
        },
        {
            "start": 970188550,
            "stop": 970188688
        },
        {
            "start": 970190537,
            "stop": 970190754
        },
        {
            "start": 970190757,
            "stop": 970191402
        },
        {
            "start": 970191405,
            "stop": 970192002
        },
        {
            "start": 970192005,
            "stop": 970192415
        },
        {
            "start": 970192419,
            "stop": 970193114
        },
        {
            "start": 970193117,
            "stop": 970193120
        },
        {
            "start": 970193123,
            "stop": 970193491
        },
        {
            "start": 970193494,
            "stop": 970194065
        },
        {
            "start": 970194068,
            "stop": 970195510
        },
        {
            "start": 970195513,
            "stop": 970195598
        },
        {
            "start": 970195658,
            "stop": 970195725
        },
        {
            "start": 970195729,
            "stop": 970195778
        },
        {
            "start": 970195838,
            "stop": 970195901
        },
        {
            "start": 970195904,
            "stop": 970196010
        }
    ]
}