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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=108",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 109,
    "results": [
        {
            "start": 830510699,
            "stop": 830533636
        },
        {
            "start": 830534836,
            "stop": 830534915
        },
        {
            "start": 830536231,
            "stop": 830537657
        },
        {
            "start": 830538022,
            "stop": 830541101
        },
        {
            "start": 830542066,
            "stop": 830542517
        },
        {
            "start": 830543101,
            "stop": 830545210
        },
        {
            "start": 830546039,
            "stop": 830547526
        },
        {
            "start": 830548282,
            "stop": 830548436
        },
        {
            "start": 830549696,
            "stop": 830549869
        },
        {
            "start": 830549973,
            "stop": 830550158
        },
        {
            "start": 830551527,
            "stop": 830551547
        },
        {
            "start": 830574114,
            "stop": 830574515
        },
        {
            "start": 830575544,
            "stop": 830575956
        },
        {
            "start": 830576576,
            "stop": 830602690
        },
        {
            "start": 830604177,
            "stop": 830612759
        },
        {
            "start": 830614534,
            "stop": 830617320
        },
        {
            "start": 830653946,
            "stop": 830653995
        },
        {
            "start": 830654395,
            "stop": 830654448
        },
        {
            "start": 830654768,
            "stop": 830655331
        },
        {
            "start": 830655731,
            "stop": 830655755
        }
    ]
}