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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 104,
    "results": [
        {
            "start": 1371936189,
            "stop": 1371936350
        },
        {
            "start": 1371936352,
            "stop": 1371936612
        },
        {
            "start": 1371936614,
            "stop": 1371937655
        },
        {
            "start": 1371937657,
            "stop": 1371938532
        },
        {
            "start": 1371938534,
            "stop": 1371938705
        },
        {
            "start": 1371938707,
            "stop": 1371938937
        },
        {
            "start": 1371938939,
            "stop": 1371939464
        },
        {
            "start": 1371939466,
            "stop": 1371939697
        },
        {
            "start": 1371939698,
            "stop": 1371940880
        },
        {
            "start": 1371940882,
            "stop": 1371940894
        },
        {
            "start": 1371940899,
            "stop": 1371941101
        },
        {
            "start": 1371941103,
            "stop": 1371941689
        },
        {
            "start": 1371941690,
            "stop": 1371941912
        },
        {
            "start": 1371941913,
            "stop": 1371942519
        },
        {
            "start": 1371942520,
            "stop": 1371942722
        },
        {
            "start": 1371942723,
            "stop": 1371943309
        },
        {
            "start": 1371943310,
            "stop": 1371943531
        },
        {
            "start": 1371943533,
            "stop": 1371944129
        },
        {
            "start": 1371944130,
            "stop": 1371944329
        },
        {
            "start": 1371944334,
            "stop": 1371944725
        }
    ]
}