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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=637",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=635",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 636,
    "results": [
        {
            "start": 1263647660,
            "stop": 1263649063
        },
        {
            "start": 1263677338,
            "stop": 1263677640
        },
        {
            "start": 1263677815,
            "stop": 1263678080
        },
        {
            "start": 1263678083,
            "stop": 1263683243
        },
        {
            "start": 1263688619,
            "stop": 1263689611
        },
        {
            "start": 1263689612,
            "stop": 1263689614
        },
        {
            "start": 1263689615,
            "stop": 1263689616
        },
        {
            "start": 1263689617,
            "stop": 1263689701
        },
        {
            "start": 1263689709,
            "stop": 1263689735
        },
        {
            "start": 1263689736,
            "stop": 1263689770
        },
        {
            "start": 1263689771,
            "stop": 1263689772
        },
        {
            "start": 1263689776,
            "stop": 1263689852
        },
        {
            "start": 1263689855,
            "stop": 1263689929
        },
        {
            "start": 1263689930,
            "stop": 1263689931
        },
        {
            "start": 1263689932,
            "stop": 1263689934
        },
        {
            "start": 1263689935,
            "stop": 1263690066
        },
        {
            "start": 1263690067,
            "stop": 1263690076
        },
        {
            "start": 1263690080,
            "stop": 1263693307
        },
        {
            "start": 1263693310,
            "stop": 1263697755
        },
        {
            "start": 1263697758,
            "stop": 1263698794
        }
    ]
}