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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=40",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 41,
    "results": [
        {
            "start": 819344814,
            "stop": 819346429
        },
        {
            "start": 819346432,
            "stop": 819347593
        },
        {
            "start": 819347596,
            "stop": 819347696
        },
        {
            "start": 819347699,
            "stop": 819347977
        },
        {
            "start": 819351752,
            "stop": 819352639
        },
        {
            "start": 819352642,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819362364
        },
        {
            "start": 819363215,
            "stop": 819370147
        },
        {
            "start": 819370829,
            "stop": 819377708
        },
        {
            "start": 819378235,
            "stop": 819380129
        },
        {
            "start": 819380557,
            "stop": 819384811
        },
        {
            "start": 819384813,
            "stop": 819386152
        },
        {
            "start": 819386153,
            "stop": 819386849
        },
        {
            "start": 819386850,
            "stop": 819392236
        },
        {
            "start": 819392680,
            "stop": 819395250
        },
        {
            "start": 819396505,
            "stop": 819400494
        },
        {
            "start": 819401070,
            "stop": 819401228
        },
        {
            "start": 819403058,
            "stop": 819404447
        },
        {
            "start": 819405017,
            "stop": 819408849
        },
        {
            "start": 819411369,
            "stop": 819418531
        }
    ]
}