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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40755",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40756,
    "results": [
        {
            "start": 874975324,
            "stop": 874975397
        },
        {
            "start": 874975398,
            "stop": 874975399
        },
        {
            "start": 874975400,
            "stop": 874975406
        },
        {
            "start": 874975407,
            "stop": 874975417
        },
        {
            "start": 874975418,
            "stop": 874975437
        },
        {
            "start": 874975438,
            "stop": 874975439
        },
        {
            "start": 874975440,
            "stop": 874975460
        },
        {
            "start": 874975461,
            "stop": 874975472
        },
        {
            "start": 874975473,
            "stop": 874975475
        },
        {
            "start": 874975476,
            "stop": 874975500
        },
        {
            "start": 874975502,
            "stop": 874975527
        },
        {
            "start": 874975528,
            "stop": 874975535
        },
        {
            "start": 874975537,
            "stop": 874975555
        },
        {
            "start": 874975556,
            "stop": 874975566
        },
        {
            "start": 874975568,
            "stop": 874975577
        },
        {
            "start": 874975578,
            "stop": 874975580
        },
        {
            "start": 874975582,
            "stop": 874975603
        },
        {
            "start": 874975604,
            "stop": 874975607
        },
        {
            "start": 874975608,
            "stop": 874975609
        },
        {
            "start": 874975610,
            "stop": 874975618
        }
    ]
}