Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=622
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=623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=621",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 622,
    "results": [
        {
            "start": 841343768,
            "stop": 841343776
        },
        {
            "start": 841343806,
            "stop": 841376525
        },
        {
            "start": 841377649,
            "stop": 841471812
        },
        {
            "start": 841475252,
            "stop": 841491261
        },
        {
            "start": 841491262,
            "stop": 841503823
        },
        {
            "start": 841520351,
            "stop": 841521742
        },
        {
            "start": 841522349,
            "stop": 841523539
        },
        {
            "start": 841526784,
            "stop": 841526949
        },
        {
            "start": 841526952,
            "stop": 841530589
        },
        {
            "start": 841531973,
            "stop": 841533313
        },
        {
            "start": 841534030,
            "stop": 841554138
        },
        {
            "start": 841557262,
            "stop": 841580203
        },
        {
            "start": 841580205,
            "stop": 841585982
        },
        {
            "start": 841586805,
            "stop": 841597095
        },
        {
            "start": 841597096,
            "stop": 841609163
        },
        {
            "start": 841609166,
            "stop": 841614419
        },
        {
            "start": 841614580,
            "stop": 841681492
        },
        {
            "start": 841681493,
            "stop": 841689236
        },
        {
            "start": 841689239,
            "stop": 841691446
        },
        {
            "start": 841692160,
            "stop": 841694526
        }
    ]
}