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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=429",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 430,
    "results": [
        {
            "start": 827183096,
            "stop": 827183195
        },
        {
            "start": 827183202,
            "stop": 827183265
        },
        {
            "start": 827183272,
            "stop": 827183777
        },
        {
            "start": 827183784,
            "stop": 827183804
        },
        {
            "start": 827183985,
            "stop": 827184003
        },
        {
            "start": 827184010,
            "stop": 827184072
        },
        {
            "start": 827184079,
            "stop": 827184124
        },
        {
            "start": 827184131,
            "stop": 827184163
        },
        {
            "start": 827184171,
            "stop": 827184220
        },
        {
            "start": 827184227,
            "stop": 827184310
        },
        {
            "start": 827184317,
            "stop": 827184470
        },
        {
            "start": 827184550,
            "stop": 827184695
        },
        {
            "start": 827184702,
            "stop": 827184761
        },
        {
            "start": 827184768,
            "stop": 827184942
        },
        {
            "start": 827184949,
            "stop": 827184978
        },
        {
            "start": 827184985,
            "stop": 827185117
        },
        {
            "start": 827185130,
            "stop": 827185217
        },
        {
            "start": 827185224,
            "stop": 827185349
        },
        {
            "start": 827185363,
            "stop": 827185701
        },
        {
            "start": 827185708,
            "stop": 827185776
        }
    ]
}