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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=353",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 354,
    "results": [
        {
            "start": 1384324045,
            "stop": 1384327414
        },
        {
            "start": 1384327417,
            "stop": 1384327653
        },
        {
            "start": 1384327656,
            "stop": 1384332040
        },
        {
            "start": 1384332045,
            "stop": 1384336453
        },
        {
            "start": 1384336456,
            "stop": 1384342295
        },
        {
            "start": 1384342297,
            "stop": 1384354318
        },
        {
            "start": 1384354322,
            "stop": 1384362390
        },
        {
            "start": 1384362394,
            "stop": 1384364974
        },
        {
            "start": 1384364979,
            "stop": 1384369953
        },
        {
            "start": 1384369956,
            "stop": 1384372029
        },
        {
            "start": 1384372033,
            "stop": 1384384700
        },
        {
            "start": 1384384703,
            "stop": 1384397616
        },
        {
            "start": 1384397621,
            "stop": 1384400843
        },
        {
            "start": 1384400846,
            "stop": 1384409421
        },
        {
            "start": 1384409424,
            "stop": 1384410672
        },
        {
            "start": 1384410676,
            "stop": 1384415146
        },
        {
            "start": 1384415149,
            "stop": 1384420762
        },
        {
            "start": 1384420767,
            "stop": 1384428481
        },
        {
            "start": 1384428483,
            "stop": 1384437191
        },
        {
            "start": 1384437195,
            "stop": 1384448514
        }
    ]
}