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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7030",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7031,
    "results": [
        {
            "start": 873835655,
            "stop": 873835706
        },
        {
            "start": 873835708,
            "stop": 873835714
        },
        {
            "start": 873835715,
            "stop": 873835830
        },
        {
            "start": 873835833,
            "stop": 873835854
        },
        {
            "start": 873835856,
            "stop": 873835915
        },
        {
            "start": 873835916,
            "stop": 873835950
        },
        {
            "start": 873835952,
            "stop": 873836014
        },
        {
            "start": 873836015,
            "stop": 873836088
        },
        {
            "start": 873836089,
            "stop": 873836103
        },
        {
            "start": 873836104,
            "stop": 873836491
        },
        {
            "start": 873836492,
            "stop": 873836501
        },
        {
            "start": 873836502,
            "stop": 873836592
        },
        {
            "start": 873836593,
            "stop": 873836613
        },
        {
            "start": 873836614,
            "stop": 873836712
        },
        {
            "start": 873836714,
            "stop": 873836807
        },
        {
            "start": 873836808,
            "stop": 873836818
        },
        {
            "start": 873836819,
            "stop": 873836899
        },
        {
            "start": 873836900,
            "stop": 873836916
        },
        {
            "start": 873836918,
            "stop": 873836973
        },
        {
            "start": 873836975,
            "stop": 873837003
        }
    ]
}