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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46655",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46656,
    "results": [
        {
            "start": 875033335,
            "stop": 875033341
        },
        {
            "start": 875033344,
            "stop": 875033345
        },
        {
            "start": 875033346,
            "stop": 875033374
        },
        {
            "start": 875033375,
            "stop": 875033382
        },
        {
            "start": 875033384,
            "stop": 875033401
        },
        {
            "start": 875033402,
            "stop": 875033444
        },
        {
            "start": 875033446,
            "stop": 875033448
        },
        {
            "start": 875033451,
            "stop": 875033454
        },
        {
            "start": 875033455,
            "stop": 875033459
        },
        {
            "start": 875033461,
            "stop": 875033478
        },
        {
            "start": 875033479,
            "stop": 875033487
        },
        {
            "start": 875033489,
            "stop": 875033504
        },
        {
            "start": 875033505,
            "stop": 875033508
        },
        {
            "start": 875033509,
            "stop": 875033515
        },
        {
            "start": 875033516,
            "stop": 875033518
        },
        {
            "start": 875033520,
            "stop": 875033538
        },
        {
            "start": 875033539,
            "stop": 875033563
        },
        {
            "start": 875033564,
            "stop": 875033569
        },
        {
            "start": 875033570,
            "stop": 875033572
        },
        {
            "start": 875033574,
            "stop": 875033577
        }
    ]
}