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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 12,
    "results": [
        {
            "start": 1256880885,
            "stop": 1256882706
        },
        {
            "start": 1256882713,
            "stop": 1256882840
        },
        {
            "start": 1256882843,
            "stop": 1256884000
        },
        {
            "start": 1256884003,
            "stop": 1256884722
        },
        {
            "start": 1256884725,
            "stop": 1256885385
        },
        {
            "start": 1256885388,
            "stop": 1256885479
        },
        {
            "start": 1256885487,
            "stop": 1256886089
        },
        {
            "start": 1256886091,
            "stop": 1256886272
        },
        {
            "start": 1256886276,
            "stop": 1256886922
        },
        {
            "start": 1256886925,
            "stop": 1256888849
        },
        {
            "start": 1256888852,
            "stop": 1256889352
        },
        {
            "start": 1256889360,
            "stop": 1256889958
        },
        {
            "start": 1256889960,
            "stop": 1256890199
        },
        {
            "start": 1256890202,
            "stop": 1256890715
        },
        {
            "start": 1256890717,
            "stop": 1256892464
        },
        {
            "start": 1256892467,
            "stop": 1256892541
        },
        {
            "start": 1256892544,
            "stop": 1256894153
        },
        {
            "start": 1256894156,
            "stop": 1256894674
        },
        {
            "start": 1256894677,
            "stop": 1256899088
        },
        {
            "start": 1256899090,
            "stop": 1256899099
        }
    ]
}