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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=329",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 330,
    "results": [
        {
            "start": 1264932502,
            "stop": 1264932504
        },
        {
            "start": 1264932507,
            "stop": 1264932640
        },
        {
            "start": 1264932641,
            "stop": 1264932657
        },
        {
            "start": 1264932659,
            "stop": 1264932716
        },
        {
            "start": 1264932717,
            "stop": 1264932883
        },
        {
            "start": 1264932884,
            "stop": 1264932887
        },
        {
            "start": 1264932888,
            "stop": 1264932985
        },
        {
            "start": 1264932987,
            "stop": 1264932990
        },
        {
            "start": 1264932991,
            "stop": 1264933007
        },
        {
            "start": 1264933008,
            "stop": 1264933013
        },
        {
            "start": 1264933014,
            "stop": 1264933069
        },
        {
            "start": 1264933071,
            "stop": 1264933078
        },
        {
            "start": 1264933081,
            "stop": 1264933317
        },
        {
            "start": 1264933318,
            "stop": 1264933443
        },
        {
            "start": 1264933445,
            "stop": 1264933450
        },
        {
            "start": 1264933451,
            "stop": 1264933712
        },
        {
            "start": 1264933713,
            "stop": 1264933715
        },
        {
            "start": 1264933717,
            "stop": 1264933805
        },
        {
            "start": 1264933806,
            "stop": 1264934075
        },
        {
            "start": 1264934076,
            "stop": 1264934139
        }
    ]
}