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=749
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=750",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=748",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 749,
    "results": [
        {
            "start": 1268293756,
            "stop": 1268296568
        },
        {
            "start": 1268296571,
            "stop": 1268297590
        },
        {
            "start": 1268297593,
            "stop": 1268300071
        },
        {
            "start": 1268300074,
            "stop": 1268300142
        },
        {
            "start": 1268300145,
            "stop": 1268302245
        },
        {
            "start": 1268302248,
            "stop": 1268304325
        },
        {
            "start": 1268304327,
            "stop": 1268306483
        },
        {
            "start": 1268306492,
            "stop": 1268308538
        },
        {
            "start": 1268308541,
            "stop": 1268308722
        },
        {
            "start": 1268308725,
            "stop": 1268311670
        },
        {
            "start": 1268311673,
            "stop": 1268312795
        },
        {
            "start": 1268312796,
            "stop": 1268313737
        },
        {
            "start": 1268313740,
            "stop": 1268314698
        },
        {
            "start": 1268314701,
            "stop": 1268315793
        },
        {
            "start": 1268315796,
            "stop": 1268318440
        },
        {
            "start": 1268318448,
            "stop": 1268325391
        },
        {
            "start": 1268325394,
            "stop": 1268327834
        },
        {
            "start": 1268327837,
            "stop": 1268328819
        },
        {
            "start": 1268328822,
            "stop": 1268330011
        },
        {
            "start": 1268347570,
            "stop": 1268350719
        }
    ]
}