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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3524",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3525,
    "results": [
        {
            "start": 871493737,
            "stop": 871493776
        },
        {
            "start": 871493793,
            "stop": 871494449
        },
        {
            "start": 871494466,
            "stop": 871494527
        },
        {
            "start": 871494544,
            "stop": 871494578
        },
        {
            "start": 871494596,
            "stop": 871496333
        },
        {
            "start": 871496350,
            "stop": 871498500
        },
        {
            "start": 871498620,
            "stop": 871499187
        },
        {
            "start": 871499204,
            "stop": 871499595
        },
        {
            "start": 871499599,
            "stop": 871499652
        },
        {
            "start": 871499669,
            "stop": 871500234
        },
        {
            "start": 871500238,
            "stop": 871501298
        },
        {
            "start": 871501315,
            "stop": 871502092
        },
        {
            "start": 871502109,
            "stop": 871503640
        },
        {
            "start": 871503657,
            "stop": 871504777
        },
        {
            "start": 871504794,
            "stop": 871505575
        },
        {
            "start": 871505592,
            "stop": 871505889
        },
        {
            "start": 871505906,
            "stop": 871506989
        },
        {
            "start": 871507011,
            "stop": 871507189
        },
        {
            "start": 871507192,
            "stop": 871509113
        },
        {
            "start": 871509130,
            "stop": 871509173
        }
    ]
}