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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=70",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 71,
    "results": [
        {
            "start": 931345995,
            "stop": 931346021
        },
        {
            "start": 931346022,
            "stop": 931346120
        },
        {
            "start": 931346122,
            "stop": 931346209
        },
        {
            "start": 931346211,
            "stop": 931346244
        },
        {
            "start": 931346246,
            "stop": 931346381
        },
        {
            "start": 931346385,
            "stop": 931346508
        },
        {
            "start": 931346510,
            "stop": 931346694
        },
        {
            "start": 931346696,
            "stop": 931346753
        },
        {
            "start": 931346754,
            "stop": 931346812
        },
        {
            "start": 931346813,
            "stop": 931346817
        },
        {
            "start": 931346820,
            "stop": 931346916
        },
        {
            "start": 931346918,
            "stop": 931347033
        },
        {
            "start": 931347035,
            "stop": 931347083
        },
        {
            "start": 931347085,
            "stop": 931347118
        },
        {
            "start": 931347120,
            "stop": 931347146
        },
        {
            "start": 931347148,
            "stop": 931347313
        },
        {
            "start": 931347315,
            "stop": 931347475
        },
        {
            "start": 931347477,
            "stop": 931347730
        },
        {
            "start": 931347732,
            "stop": 931347762
        },
        {
            "start": 931347766,
            "stop": 931347767
        }
    ]
}