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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3770",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3771,
    "results": [
        {
            "start": 873104219,
            "stop": 873104229
        },
        {
            "start": 873104232,
            "stop": 873107901
        },
        {
            "start": 873107904,
            "stop": 873107907
        },
        {
            "start": 873107910,
            "stop": 873107922
        },
        {
            "start": 873107925,
            "stop": 873108011
        },
        {
            "start": 873108014,
            "stop": 873108018
        },
        {
            "start": 873108021,
            "stop": 873108689
        },
        {
            "start": 873108692,
            "stop": 873108845
        },
        {
            "start": 873108847,
            "stop": 873110051
        },
        {
            "start": 873110053,
            "stop": 873110804
        },
        {
            "start": 873110807,
            "stop": 873110935
        },
        {
            "start": 873110938,
            "stop": 873111105
        },
        {
            "start": 873111111,
            "stop": 873111250
        },
        {
            "start": 873111255,
            "stop": 873111275
        },
        {
            "start": 873111278,
            "stop": 873111408
        },
        {
            "start": 873111411,
            "stop": 873111434
        },
        {
            "start": 873111440,
            "stop": 873111450
        },
        {
            "start": 873111453,
            "stop": 873111495
        },
        {
            "start": 873111498,
            "stop": 873111591
        },
        {
            "start": 873111596,
            "stop": 873112020
        }
    ]
}