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=3586
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=3587",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3585",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3586,
    "results": [
        {
            "start": 970410844,
            "stop": 970410869
        },
        {
            "start": 970410872,
            "stop": 970410879
        },
        {
            "start": 970410882,
            "stop": 970410953
        },
        {
            "start": 970410956,
            "stop": 970410957
        },
        {
            "start": 970410965,
            "stop": 970410983
        },
        {
            "start": 970410996,
            "stop": 970411018
        },
        {
            "start": 970411021,
            "stop": 970411045
        },
        {
            "start": 970411048,
            "stop": 970411054
        },
        {
            "start": 970411057,
            "stop": 970411086
        },
        {
            "start": 970411090,
            "stop": 970411096
        },
        {
            "start": 970411216,
            "stop": 970411226
        },
        {
            "start": 970411229,
            "stop": 970411231
        },
        {
            "start": 970411234,
            "stop": 970411244
        },
        {
            "start": 970411247,
            "stop": 970411288
        },
        {
            "start": 970411291,
            "stop": 970411311
        },
        {
            "start": 970411314,
            "stop": 970411324
        },
        {
            "start": 970411327,
            "stop": 970411350
        },
        {
            "start": 970411354,
            "stop": 970411378
        },
        {
            "start": 970411381,
            "stop": 970411412
        },
        {
            "start": 970411415,
            "stop": 970411443
        }
    ]
}