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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=176",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 177,
    "results": [
        {
            "start": 826931243,
            "stop": 826931263
        },
        {
            "start": 826931267,
            "stop": 826931271
        },
        {
            "start": 826931273,
            "stop": 826931284
        },
        {
            "start": 826931291,
            "stop": 826931581
        },
        {
            "start": 826931583,
            "stop": 826931775
        },
        {
            "start": 826931778,
            "stop": 826931792
        },
        {
            "start": 826931801,
            "stop": 826931807
        },
        {
            "start": 826931810,
            "stop": 826931892
        },
        {
            "start": 826931894,
            "stop": 826931897
        },
        {
            "start": 826931904,
            "stop": 826931910
        },
        {
            "start": 826931917,
            "stop": 826931930
        },
        {
            "start": 826931932,
            "stop": 826931937
        },
        {
            "start": 826931941,
            "stop": 826932048
        },
        {
            "start": 826932050,
            "stop": 826932056
        },
        {
            "start": 826932059,
            "stop": 826932089
        },
        {
            "start": 826932092,
            "stop": 826932096
        },
        {
            "start": 826932098,
            "stop": 826932101
        },
        {
            "start": 826932103,
            "stop": 826932111
        },
        {
            "start": 826932115,
            "stop": 826932116
        },
        {
            "start": 826932120,
            "stop": 826932121
        }
    ]
}