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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5896",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5897,
    "results": [
        {
            "start": 875117346,
            "stop": 875117524
        },
        {
            "start": 875117528,
            "stop": 875118005
        },
        {
            "start": 875118009,
            "stop": 875118272
        },
        {
            "start": 875118275,
            "stop": 875118425
        },
        {
            "start": 875118428,
            "stop": 875118801
        },
        {
            "start": 875118804,
            "stop": 875119038
        },
        {
            "start": 875119041,
            "stop": 875119414
        },
        {
            "start": 875119417,
            "stop": 875119463
        },
        {
            "start": 875119466,
            "stop": 875119491
        },
        {
            "start": 875119494,
            "stop": 875119507
        },
        {
            "start": 875119510,
            "stop": 875119614
        },
        {
            "start": 875119617,
            "stop": 875119630
        },
        {
            "start": 875119633,
            "stop": 875119711
        },
        {
            "start": 875119714,
            "stop": 875119941
        },
        {
            "start": 875119947,
            "stop": 875119965
        },
        {
            "start": 875119968,
            "stop": 875120183
        },
        {
            "start": 875123026,
            "stop": 875125577
        },
        {
            "start": 875125580,
            "stop": 875125700
        },
        {
            "start": 875125703,
            "stop": 875125975
        },
        {
            "start": 875125978,
            "stop": 875125984
        }
    ]
}