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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=181",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 182,
    "results": [
        {
            "start": 1264372436,
            "stop": 1264372447
        },
        {
            "start": 1264372451,
            "stop": 1264372456
        },
        {
            "start": 1264372458,
            "stop": 1264372507
        },
        {
            "start": 1264372508,
            "stop": 1264372509
        },
        {
            "start": 1264372510,
            "stop": 1264372514
        },
        {
            "start": 1264372517,
            "stop": 1264372526
        },
        {
            "start": 1264372528,
            "stop": 1264372562
        },
        {
            "start": 1264372563,
            "stop": 1264372565
        },
        {
            "start": 1264372566,
            "stop": 1264372567
        },
        {
            "start": 1264372568,
            "stop": 1264372608
        },
        {
            "start": 1264372609,
            "stop": 1264372638
        },
        {
            "start": 1264372640,
            "stop": 1264372647
        },
        {
            "start": 1264372648,
            "stop": 1264372681
        },
        {
            "start": 1264372682,
            "stop": 1264372689
        },
        {
            "start": 1264372691,
            "stop": 1264372730
        },
        {
            "start": 1264372733,
            "stop": 1264372748
        },
        {
            "start": 1264372750,
            "stop": 1264372837
        },
        {
            "start": 1264372838,
            "stop": 1264372875
        },
        {
            "start": 1264372877,
            "stop": 1264372878
        },
        {
            "start": 1264372881,
            "stop": 1264372926
        }
    ]
}