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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=245",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 246,
    "results": [
        {
            "start": 866560843,
            "stop": 866567557
        },
        {
            "start": 866573467,
            "stop": 866575715
        },
        {
            "start": 866583109,
            "stop": 866583640
        },
        {
            "start": 866587385,
            "stop": 866592978
        },
        {
            "start": 866592979,
            "stop": 866593648
        },
        {
            "start": 866594760,
            "stop": 866600559
        },
        {
            "start": 866601120,
            "stop": 866601298
        },
        {
            "start": 866603789,
            "stop": 866603953
        },
        {
            "start": 866604772,
            "stop": 866605033
        },
        {
            "start": 866607827,
            "stop": 866651430
        },
        {
            "start": 866661142,
            "stop": 866672683
        },
        {
            "start": 866675607,
            "stop": 866690175
        },
        {
            "start": 866690177,
            "stop": 866698397
        },
        {
            "start": 866699051,
            "stop": 866711259
        },
        {
            "start": 866712245,
            "stop": 866719758
        },
        {
            "start": 866726448,
            "stop": 866736388
        },
        {
            "start": 866738815,
            "stop": 866740523
        },
        {
            "start": 866740525,
            "stop": 866741858
        },
        {
            "start": 866741865,
            "stop": 866741867
        },
        {
            "start": 866742116,
            "stop": 866762331
        }
    ]
}