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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=74",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 75,
    "results": [
        {
            "start": 821282859,
            "stop": 821283381
        },
        {
            "start": 821283384,
            "stop": 821283488
        },
        {
            "start": 821283491,
            "stop": 821284102
        },
        {
            "start": 821284105,
            "stop": 821284178
        },
        {
            "start": 821284181,
            "stop": 821284566
        },
        {
            "start": 821284569,
            "stop": 821284681
        },
        {
            "start": 821284692,
            "stop": 821284700
        },
        {
            "start": 821284703,
            "stop": 821285141
        },
        {
            "start": 821285144,
            "stop": 821286481
        },
        {
            "start": 821286484,
            "stop": 821287393
        },
        {
            "start": 821288254,
            "stop": 821289372
        },
        {
            "start": 821289375,
            "stop": 821289851
        },
        {
            "start": 821289854,
            "stop": 821289869
        },
        {
            "start": 821289872,
            "stop": 821290702
        },
        {
            "start": 821290705,
            "stop": 821290826
        },
        {
            "start": 821290829,
            "stop": 821290888
        },
        {
            "start": 821290891,
            "stop": 821290935
        },
        {
            "start": 821290938,
            "stop": 821290955
        },
        {
            "start": 821290958,
            "stop": 821291052
        },
        {
            "start": 821291055,
            "stop": 821291316
        }
    ]
}