Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6426
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6425",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6426,
    "results": [
        {
            "start": 873791075,
            "stop": 873791322
        },
        {
            "start": 873791324,
            "stop": 873791570
        },
        {
            "start": 873791572,
            "stop": 873791583
        },
        {
            "start": 873791585,
            "stop": 873791634
        },
        {
            "start": 873791636,
            "stop": 873791717
        },
        {
            "start": 873791718,
            "stop": 873792252
        },
        {
            "start": 873792253,
            "stop": 873792564
        },
        {
            "start": 873792565,
            "stop": 873792782
        },
        {
            "start": 873792784,
            "stop": 873793182
        },
        {
            "start": 873793183,
            "stop": 873793322
        },
        {
            "start": 873793323,
            "stop": 873793782
        },
        {
            "start": 873793784,
            "stop": 873793812
        },
        {
            "start": 873793814,
            "stop": 873794394
        },
        {
            "start": 873794395,
            "stop": 873794743
        },
        {
            "start": 873794744,
            "stop": 873794943
        },
        {
            "start": 873794944,
            "stop": 873794973
        },
        {
            "start": 873794974,
            "stop": 873795432
        },
        {
            "start": 873795433,
            "stop": 873796268
        },
        {
            "start": 873796269,
            "stop": 873796480
        },
        {
            "start": 873796482,
            "stop": 873796543
        }
    ]
}