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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1726",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1724",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1725,
    "results": [
        {
            "start": 958128861,
            "stop": 958129256
        },
        {
            "start": 958129258,
            "stop": 958129259
        },
        {
            "start": 958129262,
            "stop": 958129646
        },
        {
            "start": 958132738,
            "stop": 958134190
        },
        {
            "start": 958134192,
            "stop": 958135892
        },
        {
            "start": 958135894,
            "stop": 958136872
        },
        {
            "start": 958136874,
            "stop": 958137402
        },
        {
            "start": 958137404,
            "stop": 958137831
        },
        {
            "start": 958137833,
            "stop": 958138288
        },
        {
            "start": 958138293,
            "stop": 958138353
        },
        {
            "start": 958138356,
            "stop": 958139199
        },
        {
            "start": 958139201,
            "stop": 958139239
        },
        {
            "start": 958139240,
            "stop": 958139572
        },
        {
            "start": 958139574,
            "stop": 958139982
        },
        {
            "start": 958139989,
            "stop": 958140123
        },
        {
            "start": 958140125,
            "stop": 958140182
        },
        {
            "start": 958140184,
            "stop": 958140239
        },
        {
            "start": 958140241,
            "stop": 958140497
        },
        {
            "start": 958140499,
            "stop": 958140545
        },
        {
            "start": 958140547,
            "stop": 958140999
        }
    ]
}