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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=398",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 399,
    "results": [
        {
            "start": 932623762,
            "stop": 932623819
        },
        {
            "start": 932627175,
            "stop": 932627230
        },
        {
            "start": 932628292,
            "stop": 932628477
        },
        {
            "start": 932628478,
            "stop": 932628501
        },
        {
            "start": 932628502,
            "stop": 932628515
        },
        {
            "start": 932628516,
            "stop": 932628627
        },
        {
            "start": 932628628,
            "stop": 932628679
        },
        {
            "start": 932628680,
            "stop": 932628723
        },
        {
            "start": 932628724,
            "stop": 932628756
        },
        {
            "start": 932628757,
            "stop": 932628966
        },
        {
            "start": 932628967,
            "stop": 932628981
        },
        {
            "start": 932628982,
            "stop": 932629044
        },
        {
            "start": 932629047,
            "stop": 932629090
        },
        {
            "start": 932629091,
            "stop": 932629108
        },
        {
            "start": 932629109,
            "stop": 932629138
        },
        {
            "start": 932629139,
            "stop": 932629268
        },
        {
            "start": 932629269,
            "stop": 932629318
        },
        {
            "start": 932629319,
            "stop": 932629451
        },
        {
            "start": 932629454,
            "stop": 932629614
        },
        {
            "start": 932629615,
            "stop": 932629647
        }
    ]
}