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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=173",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 174,
    "results": [
        {
            "start": 1264370353,
            "stop": 1264370395
        },
        {
            "start": 1264370397,
            "stop": 1264370467
        },
        {
            "start": 1264370469,
            "stop": 1264370482
        },
        {
            "start": 1264370483,
            "stop": 1264370484
        },
        {
            "start": 1264370485,
            "stop": 1264370537
        },
        {
            "start": 1264370538,
            "stop": 1264370539
        },
        {
            "start": 1264370540,
            "stop": 1264370541
        },
        {
            "start": 1264370543,
            "stop": 1264370558
        },
        {
            "start": 1264370559,
            "stop": 1264370565
        },
        {
            "start": 1264370566,
            "stop": 1264370567
        },
        {
            "start": 1264370576,
            "stop": 1264370577
        },
        {
            "start": 1264370579,
            "stop": 1264370581
        },
        {
            "start": 1264370584,
            "stop": 1264370590
        },
        {
            "start": 1264370592,
            "stop": 1264370599
        },
        {
            "start": 1264370602,
            "stop": 1264370624
        },
        {
            "start": 1264370627,
            "stop": 1264370632
        },
        {
            "start": 1264370634,
            "stop": 1264370635
        },
        {
            "start": 1264370636,
            "stop": 1264370641
        },
        {
            "start": 1264370645,
            "stop": 1264370648
        },
        {
            "start": 1264370650,
            "stop": 1264370651
        }
    ]
}