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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=232",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 233,
    "results": [
        {
            "start": 827400886,
            "stop": 827400909
        },
        {
            "start": 827400916,
            "stop": 827400917
        },
        {
            "start": 827400920,
            "stop": 827400926
        },
        {
            "start": 827400935,
            "stop": 827400936
        },
        {
            "start": 827400939,
            "stop": 827400941
        },
        {
            "start": 827400943,
            "stop": 827400960
        },
        {
            "start": 827400963,
            "stop": 827400968
        },
        {
            "start": 827400984,
            "stop": 827400987
        },
        {
            "start": 827400996,
            "stop": 827400997
        },
        {
            "start": 827401000,
            "stop": 827401004
        },
        {
            "start": 827401006,
            "stop": 827401011
        },
        {
            "start": 827401016,
            "stop": 827401020
        },
        {
            "start": 827401030,
            "stop": 827401038
        },
        {
            "start": 827401040,
            "stop": 827401042
        },
        {
            "start": 827401044,
            "stop": 827401059
        },
        {
            "start": 827401061,
            "stop": 827401070
        },
        {
            "start": 827401073,
            "stop": 827401076
        },
        {
            "start": 827401087,
            "stop": 827401088
        },
        {
            "start": 827401093,
            "stop": 827401117
        },
        {
            "start": 827401120,
            "stop": 827401148
        }
    ]
}