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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=354",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 355,
    "results": [
        {
            "start": 821455156,
            "stop": 821455606
        },
        {
            "start": 821455609,
            "stop": 821455622
        },
        {
            "start": 821455629,
            "stop": 821455635
        },
        {
            "start": 821455643,
            "stop": 821455802
        },
        {
            "start": 821455809,
            "stop": 821456170
        },
        {
            "start": 821456173,
            "stop": 821456264
        },
        {
            "start": 821456271,
            "stop": 821456278
        },
        {
            "start": 821456285,
            "stop": 821456420
        },
        {
            "start": 821456427,
            "stop": 821456737
        },
        {
            "start": 821456740,
            "stop": 821456742
        },
        {
            "start": 821456770,
            "stop": 821456821
        },
        {
            "start": 821456824,
            "stop": 821456827
        },
        {
            "start": 821459486,
            "stop": 821459495
        },
        {
            "start": 821459500,
            "stop": 821459503
        },
        {
            "start": 821459506,
            "stop": 821459522
        },
        {
            "start": 821459529,
            "stop": 821459575
        },
        {
            "start": 821459578,
            "stop": 821460023
        },
        {
            "start": 821460026,
            "stop": 821460595
        },
        {
            "start": 821461197,
            "stop": 821461618
        },
        {
            "start": 821461625,
            "stop": 821461710
        }
    ]
}