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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=218",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 219,
    "results": [
        {
            "start": 1239920352,
            "stop": 1239920470
        },
        {
            "start": 1239920472,
            "stop": 1239920590
        },
        {
            "start": 1239920592,
            "stop": 1239920710
        },
        {
            "start": 1239920716,
            "stop": 1239920830
        },
        {
            "start": 1239920832,
            "stop": 1239920950
        },
        {
            "start": 1239920952,
            "stop": 1239921070
        },
        {
            "start": 1239921072,
            "stop": 1239921190
        },
        {
            "start": 1239921192,
            "stop": 1239921310
        },
        {
            "start": 1239921312,
            "stop": 1239921430
        },
        {
            "start": 1239921432,
            "stop": 1239921550
        },
        {
            "start": 1239921552,
            "stop": 1239921670
        },
        {
            "start": 1239921672,
            "stop": 1239921788
        },
        {
            "start": 1239921789,
            "stop": 1239921910
        },
        {
            "start": 1239921912,
            "stop": 1239922030
        },
        {
            "start": 1239922032,
            "stop": 1239922150
        },
        {
            "start": 1239922152,
            "stop": 1239922270
        },
        {
            "start": 1239922272,
            "stop": 1239922390
        },
        {
            "start": 1239922392,
            "stop": 1239922510
        },
        {
            "start": 1239922512,
            "stop": 1239922630
        },
        {
            "start": 1239922632,
            "stop": 1239922750
        }
    ]
}