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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=342",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 343,
    "results": [
        {
            "start": 862646517,
            "stop": 862651422
        },
        {
            "start": 862651443,
            "stop": 862668084
        },
        {
            "start": 862669265,
            "stop": 862669444
        },
        {
            "start": 862669476,
            "stop": 862671600
        },
        {
            "start": 862693028,
            "stop": 862693725
        },
        {
            "start": 862693744,
            "stop": 862695168
        },
        {
            "start": 862695344,
            "stop": 862697384
        },
        {
            "start": 862697536,
            "stop": 862698400
        },
        {
            "start": 862699782,
            "stop": 862700898
        },
        {
            "start": 862701207,
            "stop": 862701297
        },
        {
            "start": 862702063,
            "stop": 862702098
        },
        {
            "start": 862702117,
            "stop": 862704580
        },
        {
            "start": 862705719,
            "stop": 862705890
        },
        {
            "start": 862705950,
            "stop": 862705966
        },
        {
            "start": 862706076,
            "stop": 862706206
        },
        {
            "start": 862706506,
            "stop": 862706588
        },
        {
            "start": 862706698,
            "stop": 862706832
        },
        {
            "start": 862706855,
            "stop": 862708355
        },
        {
            "start": 862708655,
            "stop": 862708806
        },
        {
            "start": 862708916,
            "stop": 862709725
        }
    ]
}