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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=411",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 412,
    "results": [
        {
            "start": 1264370503,
            "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
        },
        {
            "start": 1264370656,
            "stop": 1264370657
        },
        {
            "start": 1264370660,
            "stop": 1264370662
        },
        {
            "start": 1264370664,
            "stop": 1264370665
        },
        {
            "start": 1264370666,
            "stop": 1264370668
        }
    ]
}