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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=684",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 685,
    "results": [
        {
            "start": 846280014,
            "stop": 846311997
        },
        {
            "start": 846322037,
            "stop": 846322046
        },
        {
            "start": 846322052,
            "stop": 846322073
        },
        {
            "start": 846322091,
            "stop": 846322117
        },
        {
            "start": 846322123,
            "stop": 846322196
        },
        {
            "start": 846322204,
            "stop": 846322216
        },
        {
            "start": 846322222,
            "stop": 846322236
        },
        {
            "start": 846322325,
            "stop": 846324229
        },
        {
            "start": 846329101,
            "stop": 846334245
        },
        {
            "start": 846336898,
            "stop": 846342498
        },
        {
            "start": 846375822,
            "stop": 846377598
        },
        {
            "start": 846378321,
            "stop": 846403513
        },
        {
            "start": 846403515,
            "stop": 846409351
        },
        {
            "start": 846409971,
            "stop": 846441613
        },
        {
            "start": 846447806,
            "stop": 846449579
        },
        {
            "start": 846451908,
            "stop": 846457770
        },
        {
            "start": 846460659,
            "stop": 846471810
        },
        {
            "start": 846471930,
            "stop": 846507979
        },
        {
            "start": 846508004,
            "stop": 846508005
        },
        {
            "start": 846508015,
            "stop": 846510729
        }
    ]
}