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=16623
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=16624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16622",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16623,
    "results": [
        {
            "start": 874798495,
            "stop": 874798522
        },
        {
            "start": 874798523,
            "stop": 874798581
        },
        {
            "start": 874798582,
            "stop": 874798603
        },
        {
            "start": 874798605,
            "stop": 874798675
        },
        {
            "start": 874798676,
            "stop": 874798748
        },
        {
            "start": 874798750,
            "stop": 874798752
        },
        {
            "start": 874798754,
            "stop": 874798839
        },
        {
            "start": 874798840,
            "stop": 874798846
        },
        {
            "start": 874798851,
            "stop": 874798857
        },
        {
            "start": 874798861,
            "stop": 874798959
        },
        {
            "start": 874798960,
            "stop": 874799098
        },
        {
            "start": 874799099,
            "stop": 874799120
        },
        {
            "start": 874799124,
            "stop": 874799146
        },
        {
            "start": 874799147,
            "stop": 874799170
        },
        {
            "start": 874799171,
            "stop": 874799224
        },
        {
            "start": 874799226,
            "stop": 874799370
        },
        {
            "start": 874799376,
            "stop": 874799684
        },
        {
            "start": 874799685,
            "stop": 874799714
        },
        {
            "start": 874799717,
            "stop": 874799720
        },
        {
            "start": 874799724,
            "stop": 874799725
        }
    ]
}