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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=96",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 97,
    "results": [
        {
            "start": 1259392631,
            "stop": 1259393456
        },
        {
            "start": 1259393460,
            "stop": 1259394255
        },
        {
            "start": 1259394258,
            "stop": 1259395579
        },
        {
            "start": 1259395582,
            "stop": 1259399033
        },
        {
            "start": 1259399038,
            "stop": 1259399871
        },
        {
            "start": 1259399876,
            "stop": 1259399921
        },
        {
            "start": 1259399926,
            "stop": 1259403894
        },
        {
            "start": 1259403897,
            "stop": 1259405840
        },
        {
            "start": 1259405845,
            "stop": 1259406078
        },
        {
            "start": 1259406080,
            "stop": 1259407341
        },
        {
            "start": 1259407343,
            "stop": 1259408112
        },
        {
            "start": 1259408114,
            "stop": 1259408225
        },
        {
            "start": 1259408226,
            "stop": 1259408647
        },
        {
            "start": 1259408649,
            "stop": 1259408659
        },
        {
            "start": 1259408660,
            "stop": 1259408775
        },
        {
            "start": 1259408777,
            "stop": 1259408779
        },
        {
            "start": 1259408783,
            "stop": 1259408786
        },
        {
            "start": 1259408787,
            "stop": 1259408788
        },
        {
            "start": 1259408791,
            "stop": 1259408792
        },
        {
            "start": 1259408795,
            "stop": 1259408797
        }
    ]
}