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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=402",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 403,
    "results": [
        {
            "start": 826172898,
            "stop": 826172914
        },
        {
            "start": 826173089,
            "stop": 826176793
        },
        {
            "start": 826194368,
            "stop": 826194462
        },
        {
            "start": 826194687,
            "stop": 826194699
        },
        {
            "start": 826194812,
            "stop": 826194817
        },
        {
            "start": 826194923,
            "stop": 826194995
        },
        {
            "start": 826195144,
            "stop": 826195195
        },
        {
            "start": 826196903,
            "stop": 826196941
        },
        {
            "start": 826197095,
            "stop": 826208570
        },
        {
            "start": 826208650,
            "stop": 826229353
        },
        {
            "start": 826234942,
            "stop": 826237036
        },
        {
            "start": 826237043,
            "stop": 826237046
        },
        {
            "start": 826237053,
            "stop": 826237060
        },
        {
            "start": 826237263,
            "stop": 826260139
        },
        {
            "start": 826260697,
            "stop": 826264996
        },
        {
            "start": 826265618,
            "stop": 826265807
        },
        {
            "start": 826266166,
            "stop": 826266286
        },
        {
            "start": 826266312,
            "stop": 826266980
        },
        {
            "start": 826267921,
            "stop": 826268778
        },
        {
            "start": 826269191,
            "stop": 826270584
        }
    ]
}