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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=216",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 217,
    "results": [
        {
            "start": 1264389591,
            "stop": 1264389593
        },
        {
            "start": 1264389594,
            "stop": 1264389596
        },
        {
            "start": 1264389600,
            "stop": 1264389601
        },
        {
            "start": 1264389602,
            "stop": 1264389605
        },
        {
            "start": 1264389607,
            "stop": 1264389609
        },
        {
            "start": 1264389610,
            "stop": 1264389613
        },
        {
            "start": 1264389615,
            "stop": 1264389617
        },
        {
            "start": 1264389618,
            "stop": 1264389621
        },
        {
            "start": 1264389623,
            "stop": 1264389625
        },
        {
            "start": 1264389626,
            "stop": 1264389629
        },
        {
            "start": 1264389632,
            "stop": 1264389633
        },
        {
            "start": 1264389634,
            "stop": 1264389638
        },
        {
            "start": 1264389639,
            "stop": 1264389641
        },
        {
            "start": 1264389642,
            "stop": 1264389646
        },
        {
            "start": 1264389647,
            "stop": 1264389727
        },
        {
            "start": 1264389734,
            "stop": 1264389735
        },
        {
            "start": 1264389739,
            "stop": 1264389743
        },
        {
            "start": 1264389746,
            "stop": 1264389808
        },
        {
            "start": 1264389810,
            "stop": 1264389880
        },
        {
            "start": 1264389881,
            "stop": 1264389898
        }
    ]
}