Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=756
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=757",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=755",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 756,
    "results": [
        {
            "start": 1268652545,
            "stop": 1268652551
        },
        {
            "start": 1268652555,
            "stop": 1268652560
        },
        {
            "start": 1268652566,
            "stop": 1268654606
        },
        {
            "start": 1268654609,
            "stop": 1268654610
        },
        {
            "start": 1268654612,
            "stop": 1268654674
        },
        {
            "start": 1268654675,
            "stop": 1268654677
        },
        {
            "start": 1268654678,
            "stop": 1268659279
        },
        {
            "start": 1268659283,
            "stop": 1268661316
        },
        {
            "start": 1268661317,
            "stop": 1268664572
        },
        {
            "start": 1268664574,
            "stop": 1268664578
        },
        {
            "start": 1268664580,
            "stop": 1268664581
        },
        {
            "start": 1268664582,
            "stop": 1268664583
        },
        {
            "start": 1268664584,
            "stop": 1268664602
        },
        {
            "start": 1268664610,
            "stop": 1268664611
        },
        {
            "start": 1268664613,
            "stop": 1268664620
        },
        {
            "start": 1268664647,
            "stop": 1268666100
        },
        {
            "start": 1268666103,
            "stop": 1268671555
        },
        {
            "start": 1268671558,
            "stop": 1268671588
        },
        {
            "start": 1268671591,
            "stop": 1268671719
        },
        {
            "start": 1268671722,
            "stop": 1268673416
        }
    ]
}