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=742
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=743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=741",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 742,
    "results": [
        {
            "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": 866718900
        },
        {
            "start": 866718960,
            "stop": 866719758
        },
        {
            "start": 866726448,
            "stop": 866736388
        },
        {
            "start": 866738815,
            "stop": 866740523
        },
        {
            "start": 866740525,
            "stop": 866741858
        },
        {
            "start": 866741865,
            "stop": 866741867
        },
        {
            "start": 866742116,
            "stop": 866762331
        },
        {
            "start": 866763911,
            "stop": 866769580
        },
        {
            "start": 866769581,
            "stop": 866770515
        },
        {
            "start": 866770516,
            "stop": 866770589
        },
        {
            "start": 866770593,
            "stop": 866770932
        },
        {
            "start": 866772017,
            "stop": 866774034
        },
        {
            "start": 866777054,
            "stop": 866777597
        }
    ]
}