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=691
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=692",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=690",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 691,
    "results": [
        {
            "start": 1265868253,
            "stop": 1265868254
        },
        {
            "start": 1265868257,
            "stop": 1265868581
        },
        {
            "start": 1265868583,
            "stop": 1265869267
        },
        {
            "start": 1265869270,
            "stop": 1265869911
        },
        {
            "start": 1265869914,
            "stop": 1265871204
        },
        {
            "start": 1265871207,
            "stop": 1265872416
        },
        {
            "start": 1265872419,
            "stop": 1265876562
        },
        {
            "start": 1265876565,
            "stop": 1265877117
        },
        {
            "start": 1265877120,
            "stop": 1265877719
        },
        {
            "start": 1265877722,
            "stop": 1265878256
        },
        {
            "start": 1265878259,
            "stop": 1265879661
        },
        {
            "start": 1265879664,
            "stop": 1265879667
        },
        {
            "start": 1265879669,
            "stop": 1265880482
        },
        {
            "start": 1265880487,
            "stop": 1265880501
        },
        {
            "start": 1265880507,
            "stop": 1265880521
        },
        {
            "start": 1265880523,
            "stop": 1265880524
        },
        {
            "start": 1265880525,
            "stop": 1265880545
        },
        {
            "start": 1265880547,
            "stop": 1265880557
        },
        {
            "start": 1265880559,
            "stop": 1265885873
        },
        {
            "start": 1265885876,
            "stop": 1265886045
        }
    ]
}