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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=245",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 246,
    "results": [
        {
            "start": 851784596,
            "stop": 851784613
        },
        {
            "start": 851785259,
            "stop": 851785333
        },
        {
            "start": 851787216,
            "stop": 851787771
        },
        {
            "start": 851787789,
            "stop": 851787794
        },
        {
            "start": 851787799,
            "stop": 851787913
        },
        {
            "start": 851805974,
            "stop": 851818099
        },
        {
            "start": 851818103,
            "stop": 851818123
        },
        {
            "start": 851818127,
            "stop": 851818216
        },
        {
            "start": 851818220,
            "stop": 851819388
        },
        {
            "start": 851819402,
            "stop": 851819408
        },
        {
            "start": 851819412,
            "stop": 851819737
        },
        {
            "start": 851819741,
            "stop": 851820024
        },
        {
            "start": 851820027,
            "stop": 851820138
        },
        {
            "start": 851820157,
            "stop": 851820716
        },
        {
            "start": 851820720,
            "stop": 851820730
        },
        {
            "start": 851820744,
            "stop": 851820947
        },
        {
            "start": 851820950,
            "stop": 851822099
        },
        {
            "start": 851822107,
            "stop": 851888093
        },
        {
            "start": 851888097,
            "stop": 851891272
        },
        {
            "start": 851891280,
            "stop": 851928968
        }
    ]
}