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=402
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=403",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=401",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 402,
    "results": [
        {
            "start": 1267534677,
            "stop": 1267534689
        },
        {
            "start": 1267534690,
            "stop": 1267534692
        },
        {
            "start": 1267534696,
            "stop": 1267534697
        },
        {
            "start": 1267534708,
            "stop": 1267534719
        },
        {
            "start": 1267534722,
            "stop": 1267534725
        },
        {
            "start": 1267534727,
            "stop": 1267534754
        },
        {
            "start": 1267534760,
            "stop": 1267534769
        },
        {
            "start": 1267534771,
            "stop": 1267534773
        },
        {
            "start": 1267534774,
            "stop": 1267534775
        },
        {
            "start": 1267534779,
            "stop": 1267534780
        },
        {
            "start": 1267534781,
            "stop": 1267534783
        },
        {
            "start": 1267534784,
            "stop": 1267534805
        },
        {
            "start": 1267534806,
            "stop": 1267534817
        },
        {
            "start": 1267534819,
            "stop": 1267534830
        },
        {
            "start": 1267534835,
            "stop": 1267534836
        },
        {
            "start": 1267534842,
            "stop": 1267534843
        },
        {
            "start": 1267534848,
            "stop": 1267534870
        },
        {
            "start": 1267534876,
            "stop": 1267534877
        },
        {
            "start": 1267534879,
            "stop": 1267534882
        },
        {
            "start": 1267534883,
            "stop": 1267534922
        }
    ]
}