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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2970",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2971,
    "results": [
        {
            "start": 860856120,
            "stop": 860857250
        },
        {
            "start": 860874647,
            "stop": 860875080
        },
        {
            "start": 860875200,
            "stop": 860875420
        },
        {
            "start": 860875423,
            "stop": 860875560
        },
        {
            "start": 860875620,
            "stop": 860876753
        },
        {
            "start": 860876756,
            "stop": 860877456
        },
        {
            "start": 860877842,
            "stop": 860878738
        },
        {
            "start": 860879926,
            "stop": 860881500
        },
        {
            "start": 860881560,
            "stop": 860883000
        },
        {
            "start": 860883060,
            "stop": 860883300
        },
        {
            "start": 860883360,
            "stop": 860884260
        },
        {
            "start": 860884263,
            "stop": 860886180
        },
        {
            "start": 860886240,
            "stop": 860886300
        },
        {
            "start": 860886360,
            "stop": 860886840
        },
        {
            "start": 860886900,
            "stop": 860887020
        },
        {
            "start": 860887080,
            "stop": 860887320
        },
        {
            "start": 860888491,
            "stop": 860888520
        },
        {
            "start": 860888580,
            "stop": 860888639
        },
        {
            "start": 860891128,
            "stop": 860892540
        },
        {
            "start": 860892600,
            "stop": 860894438
        }
    ]
}