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=452
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=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=451",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 452,
    "results": [
        {
            "start": 827245702,
            "stop": 827247743
        },
        {
            "start": 827247907,
            "stop": 827248800
        },
        {
            "start": 827248860,
            "stop": 827249172
        },
        {
            "start": 827249180,
            "stop": 827249390
        },
        {
            "start": 827249590,
            "stop": 827249683
        },
        {
            "start": 827249691,
            "stop": 827249851
        },
        {
            "start": 827249858,
            "stop": 827249870
        },
        {
            "start": 827249883,
            "stop": 827249941
        },
        {
            "start": 827249952,
            "stop": 827250054
        },
        {
            "start": 827250061,
            "stop": 827250127
        },
        {
            "start": 827250619,
            "stop": 827250685
        },
        {
            "start": 827250693,
            "stop": 827250757
        },
        {
            "start": 827251009,
            "stop": 827251109
        },
        {
            "start": 827251386,
            "stop": 827251746
        },
        {
            "start": 827251753,
            "stop": 827254559
        },
        {
            "start": 827254566,
            "stop": 827254632
        },
        {
            "start": 827254639,
            "stop": 827255409
        },
        {
            "start": 827255416,
            "stop": 827255687
        },
        {
            "start": 827256162,
            "stop": 827258113
        },
        {
            "start": 827258120,
            "stop": 827258391
        }
    ]
}