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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16601",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16602,
    "results": [
        {
            "start": 874730084,
            "stop": 874730090
        },
        {
            "start": 874730093,
            "stop": 874730193
        },
        {
            "start": 874730195,
            "stop": 874730198
        },
        {
            "start": 874730199,
            "stop": 874730255
        },
        {
            "start": 874730257,
            "stop": 874730273
        },
        {
            "start": 874730276,
            "stop": 874730285
        },
        {
            "start": 874730286,
            "stop": 874730555
        },
        {
            "start": 874730557,
            "stop": 874730568
        },
        {
            "start": 874730569,
            "stop": 874730598
        },
        {
            "start": 874730600,
            "stop": 874730639
        },
        {
            "start": 874730641,
            "stop": 874730755
        },
        {
            "start": 874730756,
            "stop": 874730801
        },
        {
            "start": 874730802,
            "stop": 874730803
        },
        {
            "start": 874730804,
            "stop": 874730933
        },
        {
            "start": 874730935,
            "stop": 874730941
        },
        {
            "start": 874730944,
            "stop": 874730967
        },
        {
            "start": 874730969,
            "stop": 874731060
        },
        {
            "start": 874731062,
            "stop": 874731063
        },
        {
            "start": 874731064,
            "stop": 874731084
        },
        {
            "start": 874731086,
            "stop": 874731175
        }
    ]
}