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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=170",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 171,
    "results": [
        {
            "start": 841246669,
            "stop": 841262320
        },
        {
            "start": 841263549,
            "stop": 841305663
        },
        {
            "start": 841307797,
            "stop": 841342866
        },
        {
            "start": 841343768,
            "stop": 841343776
        },
        {
            "start": 841343806,
            "stop": 841376525
        },
        {
            "start": 841377649,
            "stop": 841471812
        },
        {
            "start": 841475252,
            "stop": 841503823
        },
        {
            "start": 841520351,
            "stop": 841523539
        },
        {
            "start": 841526784,
            "stop": 841526949
        },
        {
            "start": 841526952,
            "stop": 841530589
        },
        {
            "start": 841531973,
            "stop": 841533313
        },
        {
            "start": 841534030,
            "stop": 841554493
        },
        {
            "start": 841557262,
            "stop": 841585982
        },
        {
            "start": 841586805,
            "stop": 841597095
        },
        {
            "start": 841597096,
            "stop": 841609163
        },
        {
            "start": 841609166,
            "stop": 841614419
        },
        {
            "start": 841614580,
            "stop": 841689236
        },
        {
            "start": 841689239,
            "stop": 841691446
        },
        {
            "start": 841692160,
            "stop": 841694526
        },
        {
            "start": 841694529,
            "stop": 841767433
        }
    ]
}